CAS.Lib.CodeProtect Namespace
CAS.Lib.CodeProtect.LicenseDsc Namespace
CAS.Lib.CodeProtect.LicenseDsc.Constraints Namespace
CAS.Lib.CodeProtect.Properties Namespace
OOI CodeProtect

RuntimeConstraint..::..FromXml Method

This creates a RuntimeConstraint from an XmlNode.

Namespace:  CAS.Lib.CodeProtect.LicenseDsc.Constraints
Assembly:  CAS.CodeProtect (in CAS.CodeProtect.dll)

Syntax


public void FromXml(
	XmlNode itemsNode
)
Public Sub FromXml ( _
	itemsNode As XmlNode _
)
public:
void FromXml(
	XmlNode^ itemsNode
)

Parameters

itemsNode
Type: XmlNode
A XmlNode representing the RuntimeConstraint.

Exceptions


ExceptionCondition
ArgumentNullException Thrown if the XmlNode is null.