Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override byte[] | GetILAsByteArray () |
Package Attributes | |
MethodBase | _methodBase |
Properties | |
override int | LocalSignatureMetadataToken [get] |
override IList< LocalVariableInfo > | LocalVariables [get] |
override int | MaxStackSize [get] |
override bool | InitLocals [get] |
override IList< ExceptionHandlingClause > | ExceptionHandlingClauses [get] |
Private Member Functions | |
RuntimeMethodBody () | |
Private Attributes | |
byte[] | _IL |
ExceptionHandlingClause[] | _exceptionHandlingClauses |
LocalVariableInfo[] | _localVariables |
int | _localSignatureMetadataToken |
int | _maxStackSize |
bool | _initLocals |
Definition at line 5 of file RuntimeMethodBody.cs.