C# 클래스 Gilgame.SEWorkbench.Services.Registry

파일 보기 프로젝트 열기: gilgame/SEWorkbench

공개 메소드들

메소드 설명
GetValue ( RegistryHive hive, string path, string name, object value = null, bool try64 = false ) : object
SetValue ( RegistryHive hive, string path, string name, object value = null ) : void

비공개 메소드들

메소드 설명
GetBaseKey ( RegistryHive hive, string path, bool try64 ) : RegistryKey
GetSubKey ( RegistryHive hive ) : RegistryKey

메소드 상세

GetValue() 공개 정적인 메소드

public static GetValue ( RegistryHive hive, string path, string name, object value = null, bool try64 = false ) : object
hive RegistryHive
path string
name string
value object
try64 bool
리턴 object

SetValue() 공개 정적인 메소드

public static SetValue ( RegistryHive hive, string path, string name, object value = null ) : void
hive RegistryHive
path string
name string
value object
리턴 void