CorFieldAttr class

Contains values that describe metadata about a field.

Constructors

CorFieldAttr()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fdAssembly → const int
Specifies that the field is accessible by all types in its assembly.
fdFamANDAssem → const int
Specifies that the field is accessible by derived classes in its assembly.
fdFamily → const int
Specifies that the field is accessible only by its type and derived classes.
fdFamORAssem → const int
Specifies that the field is accessible by derived classes and by all types in its assembly.
fdFieldAccessMask → const int
Specifies accessibility information.
fdHasDefault → const int
Specifies that the field has a default value.
fdHasFieldMarshal → const int
Specifies that the field contains marshaling information.
fdHasFieldRVA → const int
Specifies that the field has a relative virtual address.
fdInitOnly → const int
Specifies that the field cannot be changed after it is initialized.
fdLiteral → const int
Specifies that the field value is a compile-time constant.
fdNotSerialized → const int
Specifies that the field is not serialized when its type is remoted.
fdPinvokeImpl → const int
Specifies that the field implementation is forwarded through PInvoke.
fdPrivate → const int
Specifies that the field is accessible only by its parent type.
fdPrivateScope → const int
Specifies that the field cannot be referenced.
fdPublic → const int
Specifies that the field is accessible by all types with visibility of this scope.
fdReservedMask → const int
Reserved for internal use by the common language runtime.
fdRTSpecialName → const int
Specifies that the common language runtime metadata internal APIs should check the encoding of the name.
fdSpecialName → const int
Specifies that the field is special, and that its name describes how.
fdStatic → const int
Specifies that the field is a member of its type rather than an instance member.