Click or drag to resize

ReflectionUtilsGetNodeTypeInfo Method

Returns the type info for the member with the specified name of the specified type.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static NodeTypeInfo GetNodeTypeInfo(
	Type type,
	string name
)

Parameters

type
Type: SystemType
Type to get member info from.
name
Type: SystemString
Name of member to get info for.

Return Value

Type: NodeTypeInfo
Type info for the member with the specified name of the specified type.
See Also