C# Класс MWS.Helper.RegistryWOW6432

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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