ReflectionExtensions Methods |
The ReflectionExtensions type exposes the following members.
Name | Description | |
---|---|---|
GetAutomaticProperty(FieldInfo) |
Gets the PropertyInfo whose a given field is the backing field from the current type or base types.
| |
GetAutomaticProperty(FieldInfo, Boolean) |
Gets the PropertyInfo whose a given field is the backing field and specifies whether base types should be considered.
| |
GetBackingField |
Gets the backing field of a given property.
| |
GetStateMachineKind | ||
GetStateMachinePublicMethod |
Gets the public (or kick-off) method given a MoveNext method.
| |
IsAutomaticProperty |
Determines whether a given property is an automatic property.
|