C# Класс VSTOContrib.Core.Extensions.RegistryExtensions

Helpers for navigating the windows registry
Показать файл Открыть проект

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

Метод Описание
DeleteKey ( this key ) : void

Deletes the registry sub key.

Exists ( this startingKey, string path ) : bool

Checks if registry key exists.

GetPath ( this key ) : string

Gets the path.

OriginatingHive ( this key ) : RegistryKey

Gets the originating hive.

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

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

Deletes the registry sub key.
public static DeleteKey ( this key ) : void
key this The key.
Результат void

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

Checks if registry key exists.
public static Exists ( this startingKey, string path ) : bool
startingKey this The starting key.
path string The path.
Результат bool

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

Gets the path.
public static GetPath ( this key ) : string
key this The key.
Результат string

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

Gets the originating hive.
public static OriginatingHive ( this key ) : RegistryKey
key this The key.
Результат Microsoft.Win32.RegistryKey