C# Класс NetIde.Update.NiRegistrationContext

Наследование: System.MarshalByRefObject, INiRegistrationContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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