|
static void | Clear () |
| Clear cache More...
|
|
static MethodInfo | GetMethodInfo (System.Type type, string methodName, System.Type[] arguments) |
| Get MethodInfo. More...
|
|
static MethodInfo | GetMethodInfoRenamedFrom (System.Type type, string methodName, System.Type[] arguments) |
| Get the renamed MethodInfo. More...
|
|
static FieldInfo | GetFieldInfo (System.Type type, string fieldName) |
| Get FieldInfo. More...
|
|
static FieldInfo | GetFieldInfoRenamedFrom (System.Type type, string fieldName, System.Type fieldType) |
| Get the renamed FieldInfo. More...
|
|
static PropertyInfo | GetPropertyInfo (System.Type type, string propertyName) |
| Get PropertyInfo. More...
|
|
static PropertyInfo | GetPropertyInfoRenamedFrom (System.Type type, string propertyName, System.Type propertyType) |
| Get the renamed PropertyInfo. More...
|
|