Click or drag to resize
PlatformParsePlatformDefinitionNode Method
Parses the definition pointed at by rootNode into a new PlatformDefinition object.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static Platform ParsePlatformDefinitionNode(
	XmlNode rootNode
)

Parameters

rootNode
Type: System.XmlXmlNode
The root node.

Return Value

Type: Platform
filled in PlatformDefinitionObject
See Also