Method | Description | |
---|---|---|
CreateKey ( string name ) : INiRegistrationKey | ||
NiRegistrationContext ( |
||
RemoveKey ( string name ) : void | ||
RemoveKeyIfEmpty ( string name ) : void | ||
RemoveValue ( string key, string value ) : void |
public CreateKey ( string name ) : INiRegistrationKey | ||
name | string | |
return | INiRegistrationKey |
public NiRegistrationContext ( |
||
context | ||
packageId | string | |
fileSystemRoot | string | |
return | System |
public RemoveKeyIfEmpty ( string name ) : void | ||
name | string | |
return | void |
public RemoveValue ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |