FieldInfo.GetValueDirect Method
Returns the value of a field supported by a given object.
Assembly: mscorlib (in mscorlib.dll)
[CLSCompliantAttribute(false)] public virtual Object GetValueDirect( TypedReference obj )
Parameters
- obj
- Type: System.TypedReference
A TypedReference structure that encapsulates a managed pointer to a location and a runtime representation of the type that might be stored at that location.
Implements
_FieldInfo.GetValueDirect(TypedReference)| Exception | Condition |
|---|---|
| NotSupportedException |
The caller requires the Common Language Specification (CLS) alternative, but called this method instead. |
-
ReflectionPermission
for accessing non-public fields when the grant set of the non-public members is restricted to the caller's grant set, or a subset thereof. Associated enumeration: ReflectionPermissionFlag.RestrictedMemberAccess
-
ReflectionPermission
for accessing non-public fields regardless of their grant set. Associated enumeration: ReflectionPermissionFlag.MemberAccess
-
ReflectionPermission
when invoked late-bound through mechanisms such as Type.InvokeMember. Associated enumeration: ReflectionPermissionFlag.MemberAccess.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.