C# 클래스 MWS.Helper.RegistryWOW6432

파일 보기 프로젝트 열기: Movilizer/.NET_Connector 1 사용 예제들

공개 메소드들

메소드 설명
GetRegKey32 ( UIntPtr inHive, String inKeyName, String inPropertyName ) : string
GetRegKey64 ( UIntPtr inHive, String inKeyName, RegSAM in32or64key, String inPropertyName ) : string
GetRegKey64 ( UIntPtr inHive, String inKeyName, String inPropertyName ) : string

비공개 메소드들

메소드 설명
RegCloseKey ( int hKey ) : uint
RegOpenKeyEx ( UIntPtr hKey, string lpSubKey, uint ulOptions, int samDesired, int &phkResult ) : uint
RegQueryValueEx ( int hKey, string lpValueName, int lpReserved, uint &lpType, System lpData, uint &lpcbData ) : int

메소드 상세

GetRegKey32() 정적인 공개 메소드

static public GetRegKey32 ( UIntPtr inHive, String inKeyName, String inPropertyName ) : string
inHive System.UIntPtr
inKeyName String
inPropertyName String
리턴 string

GetRegKey64() 정적인 공개 메소드

static public GetRegKey64 ( UIntPtr inHive, String inKeyName, RegSAM in32or64key, String inPropertyName ) : string
inHive System.UIntPtr
inKeyName String
in32or64key RegSAM
inPropertyName String
리턴 string

GetRegKey64() 정적인 공개 메소드

static public GetRegKey64 ( UIntPtr inHive, String inKeyName, String inPropertyName ) : string
inHive System.UIntPtr
inKeyName String
inPropertyName String
리턴 string