Arbor 3: FSM & BT Graph Editor
3.6.4
|
型のユーティリティクラス 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... | |
static Type | GetBaseType (Type type) |
基底型を返す More... | |
static bool | IsGenericType (Type type) |
typeがジェネリック型かどうかを返す。 More... | |
static Type [] | GetGenericArguments (Type type) |
ジェネリック型の型引数の配列を返す。 More... | |
static bool | IsGeneric (Type type, Type genericTypeDefinition) |
指定したジェネリック型定義から構築されたジェネリック型かどうかを返す。 More... | |
static bool | IsPrimitive (Type type) |
プリミティブ型かどうかを返す。 More... | |
static bool | IsEnum (Type type) |
列挙体かどうかを返す。 More... | |
static bool | IsClass (Type type) |
クラス型かどうかを返す。 More... | |
static bool | IsSerializable (Type type) |
シリアライズ可能かどうかを返す。 More... | |
static bool | IsAbstract (Type type) |
抽象型かどうかを返す。 More... | |
static bool | ContainsGenericParameters (Type type) |
ジェネリック型パラメータを含んでいるかどうかを返す。 More... | |
static MemberInfo | GetMemberInfo (Type type) |
MemberInfoを取得する More... | |
static bool | IsSubclassOf (Type type, Type c) |
派生した型かどうかを判断する。 More... | |
static bool | IsAssignableFrom (Type type, Type c) |
割り当てられる型かどうかを判断する。 More... | |
static FieldInfo [] | GetFields (Type type, BindingFlags bindingAttr) |
型のフィールドを取得する。 More... | |
型のユーティリティクラス
|
static |
ジェネリック型パラメータを含んでいるかどうかを返す。
type | 型 |
|
static |
文字列からSystem.Typeを取得する。
assemblyTypeName | 型名 |
|
static |
基底型を返す
type | 型 |
|
static |
型のフィールドを取得する。
type | 型 |
bindingAttr | フィールドの検索方法を制御するフラグ |
|
static |
ジェネリック型の型引数の配列を返す。
type | 型 |
|
static |
MemberInfoを取得する
type | 型 |
|
static |
型の名前を返す(データスロット用)
type | 型 |
|
static |
型の名前を返す。
type | 型 |
|
static |
抽象型かどうかを返す。
type | 型 |
|
static |
割り当てられる型かどうかを判断する。
type | 型 |
c | 比較する型 |
|
static |
クラス型かどうかを返す。
type | 型 |
|
static |
列挙体かどうかを返す。
type | 型 |
|
static |
指定したジェネリック型定義から構築されたジェネリック型かどうかを返す。
type | 型 |
genericTypeDefinition | ジェネリック型定義 |
|
static |
typeがジェネリック型かどうかを返す。
type | 型 |
|
static |
プリミティブ型かどうかを返す。
type | 型 |
|
static |
シリアライズ可能かどうかを返す。
type | 型 |
|
static |
派生した型かどうかを判断する。
type | 型 |
c | 比較する型 |
|
static |
Typeをシリアライズ可能な文字列に変換する。
type | Typeの値 |