C# 클래스 WixSharp.RegFileImporter

파일 보기 프로젝트 열기: Eun/WixSharp

공개 프로퍼티들

프로퍼티 타입 설명
SkipUnknownTypes bool

공개 메소드들

메소드 설명
DecodeFromRegHex ( this obj ) : byte[]
Deserialize ( string text, Encoding encoding ) : object
ImportFrom ( string regFile ) : WixSharp.RegValue[]

비공개 메소드들

메소드 설명
GetHive ( this skey ) : RegistryHive
Unescape ( this text ) : string

메소드 상세

DecodeFromRegHex() 공개 정적인 메소드

public static DecodeFromRegHex ( this obj ) : byte[]
obj this
리턴 byte[]

Deserialize() 공개 정적인 메소드

public static Deserialize ( string text, Encoding encoding ) : object
text string
encoding System.Text.Encoding
리턴 object

ImportFrom() 공개 정적인 메소드

public static ImportFrom ( string regFile ) : WixSharp.RegValue[]
regFile string
리턴 WixSharp.RegValue[]

프로퍼티 상세

SkipUnknownTypes 공개적으로 정적으로 프로퍼티

public static bool SkipUnknownTypes
리턴 bool