Arbor 3: FSM & BT Graph Editor  3.3.0
TypeUtility Class Reference

Type utility class More...

Static Public Member Functions

static string GetTypeName (Type type)
 Returns the name of the type. More...
 
static string GetSlotTypeName (Type type)
 Return type name (for data slot) More...
 
static string TidyAssemblyTypeName (Type type)
 Convert Type to a serializable string. More...
 
static Type GetAssemblyType (string assemblyTypeName)
 Get System.Type from string. More...
 

Detailed Description

Type utility class

Member Function Documentation

static Type GetAssemblyType ( string  assemblyTypeName)
static

Get System.Type from string.

Parameters
assemblyTypeNameType name
Returns
System.Type. If assemblyTypeName is empty or null, it returns null.
static string GetSlotTypeName ( Type  type)
static

Return type name (for data slot)

Parameters
typeType
Returns
Type name
static string GetTypeName ( Type  type)
static

Returns the name of the type.

Parameters
typeType
Returns
型の名前
static string TidyAssemblyTypeName ( Type  type)
static

Convert Type to a serializable string.

Parameters
typeType value
Returns
Serializable string