The VGReflectionHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetAssociatedPropertyInfo |
Gets the name of the property used to access to the given FieldInfo.
| |
| GetEventArgsParameter | Overloaded. | |
| GetEventInfo |
Gets an EventInfo object representing the event with the specified name for the specified target.
| |
| GetField |
Gets an object representing the field with the specified name for the specified target.
| |
| GetFieldOrPropertyInfo |
Gets a MemberInfo object representing a field or a property of the specified target with the specified name.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetProperty |
Gets a property by using Bindingflags appropriate to the security permission of reflection
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetUndecoratedFieldName |
Gets the name of the property used to access to the given FieldInfo.
| |
| IsAccessedThroughProperty |
Checks whether a field should be accessed through a property.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ResolveAmbigousProperty |
Resolve the ambiguity of specified property for the specified type
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ReflectionEmitAllowed |
Indicates whether reflection emit is allowed by CAS
| |
| ReflectionOnPrivateMember |
Indicates whether reflection is allowed by CAS for private member
|