C# Class Glare.Engine.NodeType

Gives information about the System.Type of a Node class.
Inheritance: NodeMemberInfo
Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
NodeType ( Type type ) : System

Method Details

GetNodeType() public static méthode

Get the NodeType for a System.Type.
public static GetNodeType ( Type type ) : NodeType
type System.Type
Résultat NodeType

GetProperty() public méthode

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
Résultat NodeTypeProperty