DeployLX Software Protection System

..::..ReadFromXml Method

Reads the state from the given reader.

Syntax

Public MustOverride Function ReadFromXml ( _
	reader As XmlReader _
) As Boolean
public abstract bool ReadFromXml(
	XmlReader reader
)

Parameters

reader
The XmlReader to persist from.

Return Value

Returns true if persistence was successful, otherwise false.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also