Jypeli  9
The simple game programming library
Jypeli.WindowsLocation luokkareferenssi

Usein käytettyjä polkuja Windowsissa. Lisää...

Staattiset julkiset attribuutit

static readonly string ContentPath = Path.Combine( AppDomain.CurrentDomain.BaseDirectory, "Content" )
 Ohjelman content-alihakemisto. Lisää...
 
static readonly string DataPath = Path.Combine( AppDomain.CurrentDomain.BaseDirectory, "Data" )
 Ohjelman data-alihakemisto. Lisää...
 
static readonly string ExePath = Path.GetDirectoryName( AppDomain.CurrentDomain.BaseDirectory )
 Ohjelman hakemisto. Lisää...
 
static readonly string MyDocuments = Environment.GetFolderPath( Environment.SpecialFolder.MyDocuments )
 Omat tiedostot. Lisää...
 
static readonly string MyMusic = Environment.GetFolderPath( Environment.SpecialFolder.MyMusic )
 Oma musiikki. Lisää...
 
static readonly string MyPictures = Environment.GetFolderPath( Environment.SpecialFolder.MyPictures )
 Omat kuvatiedostot. Lisää...
 
static readonly string MyVideos = Environment.GetFolderPath( Environment.SpecialFolder.MyVideos )
 Omat videot. Lisää...
 

Yksityiskohtainen selite

Usein käytettyjä polkuja Windowsissa.

Määrittely tiedoston WindowsFileManager.cs rivillä 144.

Jäsendatan dokumentaatio

◆ ContentPath

readonly string Jypeli.WindowsLocation.ContentPath = Path.Combine( AppDomain.CurrentDomain.BaseDirectory, "Content" )
static

Ohjelman content-alihakemisto.

Määrittely tiedoston WindowsFileManager.cs rivillä 179.

◆ DataPath

readonly string Jypeli.WindowsLocation.DataPath = Path.Combine( AppDomain.CurrentDomain.BaseDirectory, "Data" )
static

Ohjelman data-alihakemisto.

Määrittely tiedoston WindowsFileManager.cs rivillä 174.

Viitattu Jypeli.Devices.ComputerDevice.ComputerDevice().

◆ ExePath

readonly string Jypeli.WindowsLocation.ExePath = Path.GetDirectoryName( AppDomain.CurrentDomain.BaseDirectory )
static

Ohjelman hakemisto.

Määrittely tiedoston WindowsFileManager.cs rivillä 169.

◆ MyDocuments

readonly string Jypeli.WindowsLocation.MyDocuments = Environment.GetFolderPath( Environment.SpecialFolder.MyDocuments )
static

Omat tiedostot.

Määrittely tiedoston WindowsFileManager.cs rivillä 149.

Viitattu Jypeli.Devices.ComputerDevice.ComputerDevice().

◆ MyMusic

readonly string Jypeli.WindowsLocation.MyMusic = Environment.GetFolderPath( Environment.SpecialFolder.MyMusic )
static

Oma musiikki.

Määrittely tiedoston WindowsFileManager.cs rivillä 154.

◆ MyPictures

readonly string Jypeli.WindowsLocation.MyPictures = Environment.GetFolderPath( Environment.SpecialFolder.MyPictures )
static

Omat kuvatiedostot.

Määrittely tiedoston WindowsFileManager.cs rivillä 159.

◆ MyVideos

readonly string Jypeli.WindowsLocation.MyVideos = Environment.GetFolderPath( Environment.SpecialFolder.MyVideos )
static

Omat videot.

Määrittely tiedoston WindowsFileManager.cs rivillä 164.


Dokumentaatio tälle luokalle luotiin seuraavasta tiedostosta: