C# Class EmberPlusRegistryProvider.RegistryProvider.Item

Afficher le fichier Open project: Lawo/ember-plus

Méthodes publiques

Méthode Description
Close ( ) : void
Item ( System.Item parent, string name, bool isValue, RegistryKey key ) : System
Open ( bool isWriteable ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Item() public méthode

public Item ( System.Item parent, string name, bool isValue, RegistryKey key ) : System
parent System.Item
name string
isValue bool
key Microsoft.Win32.RegistryKey
Résultat System

Open() public méthode

public Open ( bool isWriteable ) : void
isWriteable bool
Résultat void