C# 클래스 EmberPlusRegistryProvider.RegistryProvider.Item

파일 보기 프로젝트 열기: Lawo/ember-plus

공개 메소드들

메소드 설명
Close ( ) : void
Item ( System.Item parent, string name, bool isValue, RegistryKey key ) : System
Open ( bool isWriteable ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Item() 공개 메소드

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

Open() 공개 메소드

public Open ( bool isWriteable ) : void
isWriteable bool
리턴 void