C# 클래스 Microsoft.Tools.WindowsInstaller.RegistryView

Represents a view on the registry as imposed by the registry redirector.
This is a static respresentation based on the information at: http://msdn.microsoft.com/en-us/library/windows/desktop/aa384253(v=vs.85).aspx.
파일 보기 프로젝트 열기: heaths/psmsi 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetInstance RegistryView
MapKeyPath string
MapRoot string
RegistryView System
RegistryView System

비공개 메소드들

메소드 설명
GetInstance ( ) : RegistryView

Gets the single instance for the current process bitness.

MapKeyPath ( string keyPath ) : string

Maps the Windows Installer key path to an appropriate registry path given the current process's bitness.

MapRoot ( string path, bool is64bit, char hive ) : string
RegistryView ( ) : System
RegistryView ( bool is64Bit ) : System

Creates a new instance of the RegistryView class for the given bitness.