C# 클래스 NetIde.Update.NiRegistrationKey

상속: System.MarshalByRefObject, INiRegistrationKey
파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
CreateSubKey ( string name ) : INiRegistrationKey
Dispose ( ) : void
NiRegistrationKey ( RegistryKey key ) : System
SetValue ( string valueName, object value ) : void

메소드 상세

CreateSubKey() 공개 메소드

public CreateSubKey ( string name ) : INiRegistrationKey
name string
리턴 INiRegistrationKey

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

NiRegistrationKey() 공개 메소드

public NiRegistrationKey ( RegistryKey key ) : System
key Microsoft.Win32.RegistryKey
리턴 System

SetValue() 공개 메소드

public SetValue ( string valueName, object value ) : void
valueName string
value object
리턴 void