C# Class NetIde.Update.NiRegistrationContext

Inheritance: System.MarshalByRefObject, INiRegistrationContext
Afficher le fichier Open project: netide/netide Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CreateKey ( string name ) : INiRegistrationKey
name string
Résultat INiRegistrationKey

NiRegistrationContext() public méthode

public NiRegistrationContext ( ContextName context, string packageId, string fileSystemRoot ) : System
context ContextName
packageId string
fileSystemRoot string
Résultat System

RemoveKey() public méthode

public RemoveKey ( string name ) : void
name string
Résultat void

RemoveKeyIfEmpty() public méthode

public RemoveKeyIfEmpty ( string name ) : void
name string
Résultat void

RemoveValue() public méthode

public RemoveValue ( string key, string value ) : void
key string
value string
Résultat void