C# Class AdvancedLauncher.Management.EnvironmentManager

Inheritance: CrossDomainObject, IEnvironmentManager
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher

Private Properties

Свойство Type Description
ApplyAppTheme void
ApplyProxySettings void
DeSerializeSettings AdvancedLauncher.Model.Protected.ProtectedSettings
InitFolder string
InitializeSafeSettings void
ValidateSettings void

Méthodes publiques

Méthode Description
ClosingLockedProxy ( EventProxy proxy, bool subscribe = true ) : void
FileSystemLockedProxy ( EventProxy proxy, bool subscribe = true ) : void
Initialize ( ) : void
OnClosingLocked ( bool IsLocked ) : void
OnFileSystemLocked ( bool IsLocked ) : void
ResolveResource ( string folder, string file, string downloadUrl = null ) : string
Save ( ) : void

Private Methods

Méthode Description
ApplyAppTheme ( ProtectedSettings ProtectedSettings ) : void
ApplyProxySettings ( ProtectedSettings settings ) : void
DeSerializeSettings ( string filepath ) : ProtectedSettings
InitFolder ( string root, string name ) : string
InitializeSafeSettings ( ProtectedSettings settings ) : void
ValidateSettings ( ProtectedSettings settings ) : void

Method Details

ClosingLockedProxy() public méthode

public ClosingLockedProxy ( EventProxy proxy, bool subscribe = true ) : void
proxy EventProxy
subscribe bool
Résultat void

FileSystemLockedProxy() public méthode

public FileSystemLockedProxy ( EventProxy proxy, bool subscribe = true ) : void
proxy EventProxy
subscribe bool
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnClosingLocked() public méthode

public OnClosingLocked ( bool IsLocked ) : void
IsLocked bool
Résultat void

OnFileSystemLocked() public méthode

public OnFileSystemLocked ( bool IsLocked ) : void
IsLocked bool
Résultat void

ResolveResource() public méthode

public ResolveResource ( string folder, string file, string downloadUrl = null ) : string
folder string
file string
downloadUrl string
Résultat string

Save() public méthode

public Save ( ) : void
Résultat void