Property | Type | Description | |
---|---|---|---|
Encoding | |||
Entries | Dictionary |
Method | Description | |
---|---|---|
Parse ( string content ) : Dictionary |
Parses the reg file for reg keys and reg values
|
Method | Description | |
---|---|---|
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
|
public Parse ( string content ) : Dictionary |
||
content | string | |
return | Dictionary |