C# Class AGS.Editor.EditorPreferences

Afficher le fichier Open project: adventuregamestudio/ags Class Usage Examples

Private Properties

Свойство Type Description
ReadDateFromRegistry System.DateTime
ReadRecentSearchesList void
WriteRecentSearchesList void

Méthodes publiques

Méthode Description
EditorPreferences ( string registryKey ) : System
SaveToRegistry ( ) : void

Private Methods

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

Method Details

EditorPreferences() public méthode

public EditorPreferences ( string registryKey ) : System
registryKey string
Résultat System

SaveToRegistry() public méthode

public SaveToRegistry ( ) : void
Résultat void