C# Class VoodooSharp.GlobalRegistry

Mostrar archivo Open project: ssube/VoodooShader

Public Methods

Method 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

Method Description
GlobalRegistry ( ) : System

Method Details

Export() public method

public Export ( ) : RegistryShard
return RegistryShard

GetHook() public method

public GetHook ( String name ) : Hook
name String
return Hook

Import() public method

public Import ( RegistryShard shard ) : void
shard RegistryShard
return void

ReadHook() public static method

public static ReadHook ( RegistryKey HookKey ) : Hook
HookKey Microsoft.Win32.RegistryKey
return Hook

ReadHooks() public static method

public static ReadHooks ( RegistryKey root ) : List
root Microsoft.Win32.RegistryKey
return List

RemoveHook() public method

public RemoveHook ( String name ) : int
name String
return int

SetHook() public method

public SetHook ( Hook hook ) : void
hook Hook
return void

Update() public method

public Update ( ) : void
return void

Write() public method

public Write ( ) : void
return void

Write() public static method

public static Write ( Hook hook, RegistryKey hookKey ) : void
hook Hook
hookKey Microsoft.Win32.RegistryKey
return void

Write() public static method

public static Write ( IEnumerable hooks, RegistryKey root ) : void
hooks IEnumerable
root Microsoft.Win32.RegistryKey
return void