C# Class DynamicSugar.DS.RegistryHive

Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: fredericaltorres/DynamicSugarNet

Méthodes publiques

Свойство Type Description
Name string

Méthodes publiques

Méthode Description
DeleteValue ( string name ) : void
GetValue ( string name ) : object
RegistryHive ( RegistryKey registryKey, RegistryHive parent = null ) : System
SetValue ( string name, object value ) : void
TryGetIndex ( GetIndexBinder binder, object indexes, object &result ) : bool
TryGetMember ( GetMemberBinder binder, object &result ) : bool
TrySetMember ( SetMemberBinder binder, object value ) : bool
__DeleteValue ( string name ) : bool
__SetValue ( string name, object value ) : bool

Private Methods

Méthode Description
GetMember ( string name, object &result ) : bool
OpenRegistryKeyFromAbsolutePath ( string path, bool writeMode ) : RegistryKey

Method Details

DeleteValue() public méthode

public DeleteValue ( string name ) : void
name string
Résultat void

GetValue() public méthode

public GetValue ( string name ) : object
name string
Résultat object

RegistryHive() public méthode

public RegistryHive ( RegistryKey registryKey, RegistryHive parent = null ) : System
registryKey Microsoft.Win32.RegistryKey
parent RegistryHive
Résultat System

SetValue() public méthode

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

TryGetIndex() public méthode

public TryGetIndex ( GetIndexBinder binder, object indexes, object &result ) : bool
binder System.Dynamic.GetIndexBinder
indexes object
result object
Résultat bool

TryGetMember() public méthode

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
Résultat bool

TrySetMember() public méthode

public TrySetMember ( SetMemberBinder binder, object value ) : bool
binder System.Dynamic.SetMemberBinder
value object
Résultat bool

__DeleteValue() public méthode

public __DeleteValue ( string name ) : bool
name string
Résultat bool

__SetValue() public méthode

public __SetValue ( string name, object value ) : bool
name string
value object
Résultat bool

Property Details

Name public_oe property

public string Name
Résultat string