C# Class AGS.Editor.EditorPreferences

Datei anzeigen Open project: adventuregamestudio/ags Class Usage Examples

Private Properties

Property Type Description
ReadDateFromRegistry System.DateTime
ReadRecentSearchesList void
WriteRecentSearchesList void

Public Methods

Method Description
EditorPreferences ( string registryKey ) : System
SaveToRegistry ( ) : void

Private Methods

Method Description
ReadDateFromRegistry ( RegistryKey key, string regValue, System.DateTime defaultValue ) : System.DateTime
ReadRecentSearchesList ( RegistryKey key ) : void
WriteRecentSearchesList ( RegistryKey key ) : void

Method Details

EditorPreferences() public method

public EditorPreferences ( string registryKey ) : System
registryKey string
return System

SaveToRegistry() public method

public SaveToRegistry ( ) : void
return void