C# Class Wit.Interop.RegistryManager

Show file Open project: bratsche/wit Class Usage Examples

Private Properties

Property Type Description
GetCLSKey Microsoft.Win32.RegistryKey
RegisterApproved void
RegisterDesktopProcess void
RegisterType void
UnregisterApproved void
UnregisterType void

Public Methods

Method Description
Register ( ) : void
RegistryManager ( Type type ) : System
Unregister ( ) : void

Private Methods

Method Description
GetCLSKey ( ) : RegistryKey
RegisterApproved ( ) : void
RegisterDesktopProcess ( ) : void
RegisterType ( ) : void
UnregisterApproved ( ) : void
UnregisterType ( ) : void

Method Details

Register() public method

public Register ( ) : void
return void

RegistryManager() public method

public RegistryManager ( Type type ) : System
type System.Type
return System

Unregister() public method

public Unregister ( ) : void
return void