ArborEventのユーティリティクラス
More...
◆ Cast()
static object Cast |
( |
object |
obj, |
|
|
System.Type |
type |
|
) |
| |
|
static |
オブジェクトをキャストする。
- Parameters
-
obj | キャストするオブジェクト |
type | キャストする型 |
- Returns
- キャストされた値
◆ GetDefault()
static object GetDefault |
( |
System.Type |
type | ) |
|
|
static |
型のデフォルト値を返す。
- Parameters
-
- Returns
- デフォルト値
◆ GetMethodName()
static string GetMethodName |
( |
MethodInfo |
methodInfo | ) |
|
|
static |
メソッド名を返す。
- Parameters
-
methodInfo | メソッド名を返すMethodInfo |
- Returns
- メソッド名
◆ GetParameterType()
パラメータのタイプを返す。
- Parameters
-
- Returns
- パラメータのタイプ
◆ IsSelectableMethod()
static bool IsSelectableMethod |
( |
MethodInfo |
methodInfo | ) |
|
|
static |
選択可能なメソッドか判定する。
- Parameters
-
- Returns
- 選択可能な場合にtrueを返す