C# Class Globals.Prefs

Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
RecentOpenedMaps List
checkUpdate updateFrequency
lastCheck System.DateTime
pathBitmaps string
pathBitmapsFolder string
pathCleanMaps string
pathExtractsFolder string
pathFontsFolder string
pathMainmenu string
pathMapsFolder string
pathPatchFolder string
pathPluginsFolder string
pathSPShared string
pathShared string
useDefaultMaps bool
useRegistryEntries bool

Méthodes publiques

Méthode Description
GetQuickAccessTagType ( string tagType ) : QuickAccessTagType

Gets the type of the quick access tag.

Load ( ) : bool

Returns true if file was loaded

Save ( ) : void

Saves this instance.

Private Methods

Méthode Description
Prefs ( ) : System

Initializes a new instance of the T:System.Object class.

Method Details

GetQuickAccessTagType() public static méthode

Gets the type of the quick access tag.
public static GetQuickAccessTagType ( string tagType ) : QuickAccessTagType
tagType string Type of the tag.
Résultat QuickAccessTagType

Load() public static méthode

Returns true if file was loaded
public static Load ( ) : bool
Résultat bool

Save() public static méthode

Saves this instance.
public static Save ( ) : void
Résultat void

Property Details

RecentOpenedMaps public_oe static_oe property

The path last file.
public static List RecentOpenedMaps
Résultat List

checkUpdate public_oe static_oe property

The check update.
public static updateFrequency checkUpdate
Résultat updateFrequency

lastCheck public_oe static_oe property

The last check.
public static DateTime,System lastCheck
Résultat System.DateTime

pathBitmaps public_oe static_oe property

The path bitmaps.
public static string pathBitmaps
Résultat string

pathBitmapsFolder public_oe static_oe property

Folder for Bitmap Extraction / Injection
public static string pathBitmapsFolder
Résultat string

pathCleanMaps public_oe static_oe property

The H2 clean maps folder.
public static string pathCleanMaps
Résultat string

pathExtractsFolder public_oe static_oe property

Folder for Meta Extraction / Injection
public static string pathExtractsFolder
Résultat string

pathFontsFolder public_oe static_oe property

The H2 Fonts Folder
public static string pathFontsFolder
Résultat string

pathMainmenu public_oe static_oe property

The path mainmenu.
public static string pathMainmenu
Résultat string

pathMapsFolder public_oe static_oe property

The H2 Maps folder.
public static string pathMapsFolder
Résultat string

pathPatchFolder public_oe static_oe property

The path patch folder.
public static string pathPatchFolder
Résultat string

pathPluginsFolder public_oe static_oe property

Folder for the plugins
public static string pathPluginsFolder
Résultat string

pathSPShared public_oe static_oe property

The path sp shared.
public static string pathSPShared
Résultat string

pathShared public_oe static_oe property

The path shared.
public static string pathShared
Résultat string

useDefaultMaps public_oe static_oe property

Option to always use default maps or if shared maps exist in the directory with the loaded map, then use those.
public static bool useDefaultMaps
Résultat bool

useRegistryEntries public_oe static_oe property

Whether to save / load settings from file or registry by default
public static bool useRegistryEntries
Résultat bool