Visual Guard Class Library Documentation

VGReflectionHelper Members

VGReflectionHelper overview

Public Static Properties

ReflectionOnPrivateMember Indicates whether reflection is allowed by CAS for private member
ReflectionEmitAllowed Indicates whether reflection emit is allowed by CAS

Public Static Methods

GetAssociatedPropertyInfo Gets the name of the property used to access to the given FieldInfo.
GetEventArgsParameterOverloaded. Gets the event arguments of the specified event
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.
GetProperty Gets a property by using Bindingflags appropriate to the security permission of reflection
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

Public Instance Constructors

VGReflectionHelper Constructor Initializes a new instance of the VGReflectionHelper class.

See Also

VGReflectionHelper Class | Novalys.VisualGuard.Security Namespace