C# Class VoodooSharp.GlobalRegistry

Afficher le fichier Open project: ssube/VoodooShader

Méthodes publiques

Méthode Description
Export ( ) : RegistryShard
GetHook ( String name ) : Hook
Import ( RegistryShard shard ) : void
ReadHook ( RegistryKey HookKey ) : Hook
ReadHooks ( RegistryKey root ) : List
RemoveHook ( String name ) : int
SetHook ( Hook hook ) : void
Update ( ) : void
Write ( ) : void
Write ( Hook hook, RegistryKey hookKey ) : void
Write ( IEnumerable hooks, RegistryKey root ) : void

Private Methods

Méthode Description
GlobalRegistry ( ) : System

Method Details

Export() public méthode

public Export ( ) : RegistryShard
Résultat RegistryShard

GetHook() public méthode

public GetHook ( String name ) : Hook
name String
Résultat Hook

Import() public méthode

public Import ( RegistryShard shard ) : void
shard RegistryShard
Résultat void

ReadHook() public static méthode

public static ReadHook ( RegistryKey HookKey ) : Hook
HookKey Microsoft.Win32.RegistryKey
Résultat Hook

ReadHooks() public static méthode

public static ReadHooks ( RegistryKey root ) : List
root Microsoft.Win32.RegistryKey
Résultat List

RemoveHook() public méthode

public RemoveHook ( String name ) : int
name String
Résultat int

SetHook() public méthode

public SetHook ( Hook hook ) : void
hook Hook
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Write() public méthode

public Write ( ) : void
Résultat void

Write() public static méthode

public static Write ( Hook hook, RegistryKey hookKey ) : void
hook Hook
hookKey Microsoft.Win32.RegistryKey
Résultat void

Write() public static méthode

public static Write ( IEnumerable hooks, RegistryKey root ) : void
hooks IEnumerable
root Microsoft.Win32.RegistryKey
Résultat void