C# Class WixSharp.RegFileImporter

ファイルを表示 Open project: Eun/WixSharp

Public Properties

Property Type Description
SkipUnknownTypes bool

Public Methods

Method Description
DecodeFromRegHex ( this obj ) : byte[]
Deserialize ( string text, Encoding encoding ) : object
ImportFrom ( string regFile ) : WixSharp.RegValue[]

Private Methods

Method Description
GetHive ( this skey ) : RegistryHive
Unescape ( this text ) : string

Method Details

DecodeFromRegHex() public static method

public static DecodeFromRegHex ( this obj ) : byte[]
obj this
return byte[]

Deserialize() public static method

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

ImportFrom() public static method

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

Property Details

SkipUnknownTypes public_oe static_oe property

public static bool SkipUnknownTypes
return bool