|
static void | Clear () |
| キャッシュをクリア [詳解]
|
|
static MethodInfo | GetMethodInfo (System.Type type, string methodName, System.Type[] arguments) |
| MethodInfoを取得する。 [詳解]
|
|
static MethodInfo | GetMethodInfoRenamedFrom (System.Type type, string methodName, System.Type[] arguments) |
| リネームされたMethodInfoを取得する。 [詳解]
|
|
static FieldInfo | GetFieldInfo (System.Type type, string fieldName) |
| FieldInfoを取得する。 [詳解]
|
|
static FieldInfo | GetFieldInfoRenamedFrom (System.Type type, string fieldName, System.Type fieldType) |
| リネームされたFieldInfoを取得する。 [詳解]
|
|
static PropertyInfo | GetPropertyInfo (System.Type type, string propertyName) |
| PropertyInfoを取得する。 [詳解]
|
|
static PropertyInfo | GetPropertyInfoRenamedFrom (System.Type type, string propertyName, System.Type propertyType) |
| リネームされたPropertyInfoを取得する。 [詳解]
|
|