C# 클래스 VoodooSharp.GlobalRegistry

파일 보기 프로젝트 열기: ssube/VoodooShader

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GlobalRegistry ( ) : System

메소드 상세

Export() 공개 메소드

public Export ( ) : RegistryShard
리턴 RegistryShard

GetHook() 공개 메소드

public GetHook ( String name ) : Hook
name String
리턴 Hook

Import() 공개 메소드

public Import ( RegistryShard shard ) : void
shard RegistryShard
리턴 void

ReadHook() 공개 정적인 메소드

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

ReadHooks() 공개 정적인 메소드

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

RemoveHook() 공개 메소드

public RemoveHook ( String name ) : int
name String
리턴 int

SetHook() 공개 메소드

public SetHook ( Hook hook ) : void
hook Hook
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

Write() 공개 메소드

public Write ( ) : void
리턴 void

Write() 공개 정적인 메소드

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

Write() 공개 정적인 메소드

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