C# Класс Disco.ClientBootstrapper.Interop.RegistryInterop

Наследование: IDisposable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AdjustTokenPrivileges int
GetCurrentProcess int
LookupPrivilegeValue int
OpenProcessToken int
RegLoadKey int
RegUnLoadKey int

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

Метод Описание
Dispose ( ) : void
RegistryInterop ( RegistryHives hive, string subKey, string filePath ) : System
Unload ( ) : void

Приватные методы

Метод Описание
AdjustTokenPrivileges ( int tokenhandle, int disableprivs, [ Newstate, int bufferlength, int PreivousState, int Returnlength ) : int
GetCurrentProcess ( ) : int
LookupPrivilegeValue ( string lpsystemname, string lpname, [ lpLuid ) : int
OpenProcessToken ( int ProcessHandle, int DesiredAccess, int &tokenhandle ) : int
RegLoadKey ( uint hKey, string lpSubKey, string lpFile ) : int
RegUnLoadKey ( uint hKey, string lpSubKey ) : int

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

RegistryInterop() публичный Метод

public RegistryInterop ( RegistryHives hive, string subKey, string filePath ) : System
hive RegistryHives
subKey string
filePath string
Результат System

Unload() публичный Метод

public Unload ( ) : void
Результат void