C# 클래스 WixSharp.RegParser

Based on Henryk Filipowicz work http://www.codeproject.com/Articles/125573/Registry-Export-File-reg-Parser Licensed under The Code Project Open License (CPOL)
파일 보기 프로젝트 열기: Eun/WixSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Encoding System.Text.Encoding
Entries Dictionary>

공개 메소드들

메소드 설명
Parse ( string content ) : Dictionary>

Parses the reg file for reg keys and reg values

비공개 메소드들

메소드 설명
GetEncoding ( string content ) : string

Retrieves the encoding of the reg file, checking the word "REGEDIT4"

NormalizeDictionary ( string searchPattern, string content, bool stripeBraces ) : string>.Dictionary

Creates a flat Dictionary using given search pattern

StripeBraces ( string sLine ) : string

Removes the leading and ending parenthesis from the given string

StripeLeadingChars ( string sLine, string leadChar ) : string

Removes the leading and ending characters from the given string

메소드 상세

Parse() 공개 메소드

Parses the reg file for reg keys and reg values
public Parse ( string content ) : Dictionary>
content string
리턴 Dictionary>

프로퍼티 상세

Encoding 공개적으로 프로퍼티

public Encoding,System.Text Encoding
리턴 System.Text.Encoding

Entries 공개적으로 프로퍼티

public Dictionary> Entries
리턴 Dictionary>