C# Class Glare.Engine.NodeType

Gives information about the System.Type of a Node class.
Inheritance: NodeMemberInfo
ファイルを表示 Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method Description
GetNodeType ( Type type ) : NodeType

Get the NodeType for a System.Type.

GetProperty ( string name ) : NodeTypeProperty

Get a property of the type, or throw an exception.

Private Methods

Method Description
NodeType ( Type type ) : System

Method Details

GetNodeType() public static method

Get the NodeType for a System.Type.
public static GetNodeType ( Type type ) : NodeType
type System.Type
return NodeType

GetProperty() public method

Get a property of the type, or throw an exception.
This does not have an instance public or private property named .
public GetProperty ( string name ) : NodeTypeProperty
name string
return NodeTypeProperty