C# 클래스 NetIde.Update.NiRegistrationContext

상속: System.MarshalByRefObject, INiRegistrationContext
파일 보기 프로젝트 열기: netide/netide 1 사용 예제들

공개 메소드들

메소드 설명
CreateKey ( string name ) : INiRegistrationKey
NiRegistrationContext ( ContextName context, string packageId, string fileSystemRoot ) : System
RemoveKey ( string name ) : void
RemoveKeyIfEmpty ( string name ) : void
RemoveValue ( string key, string value ) : void

메소드 상세

CreateKey() 공개 메소드

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

NiRegistrationContext() 공개 메소드

public NiRegistrationContext ( ContextName context, string packageId, string fileSystemRoot ) : System
context ContextName
packageId string
fileSystemRoot string
리턴 System

RemoveKey() 공개 메소드

public RemoveKey ( string name ) : void
name string
리턴 void

RemoveKeyIfEmpty() 공개 메소드

public RemoveKeyIfEmpty ( string name ) : void
name string
리턴 void

RemoveValue() 공개 메소드

public RemoveValue ( string key, string value ) : void
key string
value string
리턴 void