RegFileParser.Parse Method (String)

tikumo.regis3

RegFileParser Parse Method (String) regdiff Code Documentation
This method imports a registry key from the text of a .REG file

Namespace: com.tikumo.regis3
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)

Syntax

public RegKeyEntry Parse(
	string content
)
public RegKeyEntry Parse(
	string content
)

Parameters

content
Type: OnlineSystem String

[Missing <param name="content"/> documentation for "M:com.tikumo.regis3.RegFileParser.Parse(System.String)"]

Return Value

Type: RegKeyEntry

[Missing <returns> documentation for "M:com.tikumo.regis3.RegFileParser.Parse(System.String)"]

See Also