C# Class Disco.ClientBootstrapper.Interop.RegistryInterop

Inheritance: IDisposable
Afficher le fichier Open project: garysharp/Disco

Private Properties

Свойство Type Description
AdjustTokenPrivileges int
GetCurrentProcess int
LookupPrivilegeValue int
OpenProcessToken int
RegLoadKey int
RegUnLoadKey int

Méthodes publiques

Méthode Description
Dispose ( ) : void
RegistryInterop ( RegistryHives hive, string subKey, string filePath ) : System
Unload ( ) : void

Private Methods

Méthode Description
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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RegistryInterop() public méthode

public RegistryInterop ( RegistryHives hive, string subKey, string filePath ) : System
hive RegistryHives
subKey string
filePath string
Résultat System

Unload() public méthode

public Unload ( ) : void
Résultat void