C# Class NetIde.Update.NiRegistrationContext

Inheritance: System.MarshalByRefObject, INiRegistrationContext
Datei anzeigen Open project: netide/netide Class Usage Examples

Public Methods

Method Description
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

Method Details

CreateKey() public method

public CreateKey ( string name ) : INiRegistrationKey
name string
return INiRegistrationKey

NiRegistrationContext() public method

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

RemoveKey() public method

public RemoveKey ( string name ) : void
name string
return void

RemoveKeyIfEmpty() public method

public RemoveKeyIfEmpty ( string name ) : void
name string
return void

RemoveValue() public method

public RemoveValue ( string key, string value ) : void
key string
value string
return void