C# Class 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.
显示文件 Open project: heaths/psmsi Class Usage Examples

Private Properties

Property Type Description
GetInstance RegistryView
MapKeyPath string
MapRoot string
RegistryView System
RegistryView System

Private Methods

Method Description
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.