Method | Description | |
---|---|---|
ClearCache ( ) : void |
Clear the cache
|
|
GetFieldInfo ( |
Get a list of the fields within a type
|
|
GetMethod ( |
Get a method by name
|
|
GetMethods ( |
Get the cached methods for a type
|
|
GetPropertyInfo ( |
Get a list of the properties in a type
|
|
GetPropertyValue ( |
Get the value of a property
|
Method | Description | |
---|---|---|
Cache ( ) : System |
Static constructor
|
public static GetFieldInfo ( |
||
config | ||
type | ||
return | IEnumerable |
public static GetMethod ( |
||
type | ||
methodName | string | |
return |
public static GetMethods ( |
||
type | ||
return | IEnumerable |
public static GetPropertyInfo ( |
||
result | ||
type | ||
return | IEnumerable |
public static GetPropertyValue ( |
||
result | ||
type | ||
objectValue | object | |
propertyName | string | |
return | object |