C# Класс Microsoft.ManagementConsole.Internal.SnapInRegistrationInfo

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetDWordProperty ( DWordValueKey key ) : int
GetStringProperty ( StringValueKey key ) : string
LoadFromStore ( string id ) : SnapInRegistrationInfo
RemoveFromStore ( ) : void
SetDWordProperty ( DWordValueKey key, int value ) : void
SetStringProperty ( StringValueKey key, string value ) : void
WriteToStore ( ) : void

Приватные методы

Метод Описание
GetExtensionTypeFromString ( string snapInType ) : Microsoft.ManagementConsole.Internal.SnapInType
GetRegistryDWordValue ( RegistryKey key, string value ) : int
GetRegistrySnapInType ( RegistryKey snapInKey ) : Microsoft.ManagementConsole.Internal.SnapInType
GetRegistryStringValue ( RegistryKey key, string value ) : string
RemoveSubkeyIfEmpty ( RegistryKey key, string subKeyName ) : void
SetRegistryDWordValue ( RegistryKey key, string name, int value ) : void
SetRegistryStringValue ( RegistryKey key, string name, string value, bool optional ) : void

Описание методов

GetDWordProperty() публичный Метод

public GetDWordProperty ( DWordValueKey key ) : int
key DWordValueKey
Результат int

GetStringProperty() публичный Метод

public GetStringProperty ( StringValueKey key ) : string
key StringValueKey
Результат string

LoadFromStore() публичный статический Метод

public static LoadFromStore ( string id ) : SnapInRegistrationInfo
id string
Результат SnapInRegistrationInfo

RemoveFromStore() публичный Метод

public RemoveFromStore ( ) : void
Результат void

SetDWordProperty() публичный Метод

public SetDWordProperty ( DWordValueKey key, int value ) : void
key DWordValueKey
value int
Результат void

SetStringProperty() публичный Метод

public SetStringProperty ( StringValueKey key, string value ) : void
key StringValueKey
value string
Результат void

WriteToStore() публичный Метод

public WriteToStore ( ) : void
Результат void