C# Class NetIde.Update.NiRegistrationKey

Inheritance: System.MarshalByRefObject, INiRegistrationKey
Mostrar archivo Open project: netide/netide

Public Methods

Method Description
CreateSubKey ( string name ) : INiRegistrationKey
Dispose ( ) : void
NiRegistrationKey ( RegistryKey key ) : System
SetValue ( string valueName, object value ) : void

Method Details

CreateSubKey() public method

public CreateSubKey ( string name ) : INiRegistrationKey
name string
return INiRegistrationKey

Dispose() public method

public Dispose ( ) : void
return void

NiRegistrationKey() public method

public NiRegistrationKey ( RegistryKey key ) : System
key Microsoft.Win32.RegistryKey
return System

SetValue() public method

public SetValue ( string valueName, object value ) : void
valueName string
value object
return void