C# Class NetIde.Update.NiRegistrationKey

Inheritance: System.MarshalByRefObject, INiRegistrationKey
Afficher le fichier Open project: netide/netide

Méthodes publiques

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

Method Details

CreateSubKey() public méthode

public CreateSubKey ( string name ) : INiRegistrationKey
name string
Résultat INiRegistrationKey

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NiRegistrationKey() public méthode

public NiRegistrationKey ( RegistryKey key ) : System
key Microsoft.Win32.RegistryKey
Résultat System

SetValue() public méthode

public SetValue ( string valueName, object value ) : void
valueName string
value object
Résultat void