Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Reflection.Metadata.MethodDefinition Struct Reference

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
 

Detailed Description

Definition at line 5 of file MethodDefinition.cs.


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