|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| MethodSignature< TType > | DecodeSignature< TType, TGenericContext > (ISignatureTypeProvider< TType, TGenericContext > provider, TGenericContext genericContext) |
| TypeDefinitionHandle | GetDeclaringType () |
| ParameterHandleCollection | GetParameters () |
| GenericParameterHandleCollection | GetGenericParameters () |
| MethodImport | GetImport () |
| CustomAttributeHandleCollection | GetCustomAttributes () |
| DeclarativeSecurityAttributeHandleCollection | GetDeclarativeSecurityAttributes () |
Package Functions | |
| MethodDefinition (MetadataReader reader, uint treatmentAndRowId) | |
Properties | |
| int | RowId [get] |
| MethodDefTreatment | Treatment [get] |
| MethodDefinitionHandle | Handle [get] |
| StringHandle | Name [get] |
| BlobHandle | Signature [get] |
| int | RelativeVirtualAddress [get] |
| MethodAttributes | Attributes [get] |
| MethodImplAttributes | ImplAttributes [get] |
Private Member Functions | |
| StringHandle | GetProjectedName () |
| MethodAttributes | GetProjectedFlags () |
| MethodImplAttributes | GetProjectedImplFlags () |
| BlobHandle | GetProjectedSignature () |
| int | GetProjectedRelativeVirtualAddress () |
Private Attributes | |
| readonly MetadataReader | _reader |
| readonly uint | _treatmentAndRowId |
Definition at line 5 of file MethodDefinition.cs.