Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 5 of file FieldDefinition.cs.