프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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
|