Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Metadata.FieldDefinition Struct Reference

Public Member Functions

TType DecodeSignature< TType, TGenericContext > (ISignatureTypeProvider< TType, TGenericContext > provider, TGenericContext genericContext)
 
TypeDefinitionHandle GetDeclaringType ()
 
ConstantHandle GetDefaultValue ()
 
int GetRelativeVirtualAddress ()
 
int GetOffset ()
 
BlobHandle GetMarshallingDescriptor ()
 
CustomAttributeHandleCollection GetCustomAttributes ()
 

Package Functions

 FieldDefinition (MetadataReader reader, uint treatmentAndRowId)
 

Properties

int RowId [get]
 
FieldDefTreatment Treatment [get]
 
FieldDefinitionHandle Handle [get]
 
StringHandle Name [get]
 
FieldAttributes Attributes [get]
 
BlobHandle Signature [get]
 

Private Member Functions

StringHandle GetProjectedName ()
 
FieldAttributes GetProjectedFlags ()
 
BlobHandle GetProjectedSignature ()
 

Private Attributes

readonly MetadataReader _reader
 
readonly uint _treatmentAndRowId
 

Detailed Description

Definition at line 5 of file FieldDefinition.cs.


The documentation for this struct was generated from the following file: