C# 클래스 VSTOContrib.Core.Extensions.RegistryExtensions

Helpers for navigating the windows registry
파일 보기 프로젝트 열기: metamorph-inc/meta-core

공개 메소드들

메소드 설명
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