C# Class EmberPlusRegistryProvider.RegistryProvider.Item

ファイルを表示 Open project: Lawo/ember-plus

Public Methods

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

Method Details

Close() public method

public Close ( ) : void
return void

Item() public method

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

Open() public method

public Open ( bool isWriteable ) : void
isWriteable bool
return void