Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.RuntimeMethodBody Class Referencesealed

Public Member Functions

override byte[] GetILAsByteArray ()
 

Package Attributes

MethodBase _methodBase
 

Properties

override int LocalSignatureMetadataToken [get]
 
override IList< LocalVariableInfoLocalVariables [get]
 
override int MaxStackSize [get]
 
override bool InitLocals [get]
 
override IList< ExceptionHandlingClauseExceptionHandlingClauses [get]
 

Private Member Functions

 RuntimeMethodBody ()
 

Private Attributes

byte[] _IL
 
ExceptionHandlingClause[] _exceptionHandlingClauses
 
LocalVariableInfo[] _localVariables
 
int _localSignatureMetadataToken
 
int _maxStackSize
 
bool _initLocals
 

Detailed Description

Definition at line 5 of file RuntimeMethodBody.cs.


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