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

型のユーティリティクラス More...

Static Public Member Functions

static string GetTypeName (Type type)
 型の名前を返す。 More...
 
static string GetSlotTypeName (Type type)
 型の名前を返す(データスロット用) More...
 
static string TidyAssemblyTypeName (Type type)
 Typeをシリアライズ可能な文字列に変換する。 More...
 
static Type GetAssemblyType (string assemblyTypeName)
 文字列からSystem.Typeを取得する。 More...
 

Detailed Description

型のユーティリティクラス

Member Function Documentation

static Type GetAssemblyType ( string  assemblyTypeName)
static

文字列からSystem.Typeを取得する。

Parameters
assemblyTypeName型名
Returns
System.Type。assemblyTypeNameが空かnullの場合はnullを返す。
static string GetSlotTypeName ( Type  type)
static

型の名前を返す(データスロット用)

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

型の名前を返す。

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

Typeをシリアライズ可能な文字列に変換する。

Parameters
typeTypeの値
Returns
シリアライズ可能な文字列