C# Class MWS.Helper.RegistryWOW6432

ファイルを表示 Open project: Movilizer/.NET_Connector Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

GetRegKey32() static public method

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

GetRegKey64() static public method

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

GetRegKey64() static public method

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