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

Imports and exports a registry key tree from or to XML.
파일 보기 프로젝트 열기: heaths/psmsi 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Import void
RegistryXml System
RegistryXml System
ReplaceVariables string

비공개 메소드들

메소드 설명
Import ( XmlReader reader ) : void

Import a registry key tree from the given XmlReader.

RegistryXml ( ) : System

Creates a new instance of the RegistryKey class.

Without specifying a root key, imported files must all begin with hives.

RegistryXml ( RegistryKey key ) : System

Creates a new instance of the RegistryKey class.

The given key is the root for keys not nested under a hive element in imported files.

ReplaceVariables ( string value ) : string