System.Reflection.FieldInfo

E697539

System.Reflection.FieldInfo is a .NET reflection class that represents and provides metadata and access functionality for a field of a type.

All labels observed (3)

How this entity was disambiguated

Statements (52)

Predicate Object
instanceOf .NET reflection class ⓘ
System.Type member metadata class ⓘ
assembly System.Runtime ⓘ
linked to: System.Runtime.dll

mscorlib ⓘ
canRepresent instance fields ⓘ
literal fields ⓘ
readonly fields ⓘ
static fields ⓘ
hasMethod Equals ⓘ
GetCustomAttributes ⓘ
GetCustomAttributesData ⓘ
GetHashCode ⓘ
GetOptionalCustomModifiers ⓘ
GetRequiredCustomModifiers ⓘ
GetValue ⓘ
GetValueDirect ⓘ
IsDefined ⓘ
SetValue ⓘ
SetValueDirect ⓘ
ToString ⓘ
hasProperty Attributes ⓘ
DeclaringType ⓘ
FieldType ⓘ
IsAssembly ⓘ
IsFamily ⓘ
IsFamilyAndAssembly ⓘ
IsFamilyOrAssembly ⓘ
IsInitOnly ⓘ
IsLiteral ⓘ
IsNotSerialized ⓘ
IsPinvokeImpl ⓘ
IsPrivate ⓘ
IsPublic ⓘ
IsSpecialName ⓘ
IsStatic ⓘ
MemberType ⓘ
MetadataToken ⓘ
Name ⓘ
ReflectedType ⓘ
inheritsFrom System.Reflection.MemberInfo ⓘ
introducedIn .NET Framework 1.0 ⓘ
linked to: .NET Framework
isAbstractClass true ⓘ
isUsedFor ORM mapping frameworks ⓘ
dependency injection frameworks ⓘ
dynamic access to field values ⓘ
obtaining field attributes ⓘ
reflection-based serialization ⓘ
runtime inspection of fields ⓘ
namespace System.Reflection ⓘ
provides access functionality for a field ⓘ
metadata for a field ⓘ
represents field of a type ⓘ

How these facts were elicited

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

System.Reflection → containsType → System.Reflection.FieldInfo ⓘ
System.Reflection.PropertyInfo → relatedTo → System.Reflection.FieldInfo ⓘ
System.Reflection.TargetException → thrownBy → System.Reflection.FieldInfo.GetValue ⓘ
linked to: System.Reflection.FieldInfo
System.Reflection.TargetException → thrownBy → System.Reflection.FieldInfo.SetValue ⓘ
linked to: System.Reflection.FieldInfo