シリアライズ可能な各フィールドを見つける
More...
シリアライズ可能な各フィールドを見つける
- Template Parameters
-
◆ ClearCache()
| static void ClearCache |
( |
| ) |
|
|
static |
◆ Find() [1/2]
| static void Find |
( |
object |
obj, |
|
|
System.Type |
type, |
|
|
OnFind |
onFind |
|
) |
| |
|
static |
フィールドを見つける。
- Parameters
-
| obj | オブジェクト |
| type | オブジェクトの型 |
| onFind | 見つけた場合のコールバック |
◆ Find() [2/2]
| static void Find |
( |
object |
obj, |
|
|
System.Type |
type, |
|
|
OnFindEx |
onFind |
|
) |
| |
|
static |
フィールドを見つける。
- Parameters
-
| obj | オブジェクト |
| type | オブジェクトの型 |
| onFind | 見つけた場合のコールバック |
◆ GetFields()
フィールドを取得する。
- Parameters
-
- Returns
- フィールドの列挙子
◆ OnFind()
| delegate void OnFind |
( |
T |
value | ) |
|
◆ OnFindEx()
| delegate void OnFindEx |
( |
T |
value, |
|
|
FieldInfo |
fieldInfo |
|
) |
| |
見つかった時のコールバック
- Parameters
-
| value | 見つかった値 |
| fieldInfo | ValueのFieldInfo |