Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AddMethodBody() [1/4]

int System.Reflection.Metadata.Ecma335.MethodBodyStreamEncoder.AddMethodBody ( InstructionEncoder instructionEncoder,
int maxStack,
StandaloneSignatureHandle localVariablesSignature,
MethodBodyAttributes attributes )
inline

Definition at line 61 of file MethodBodyStreamEncoder.cs.

62 {
63 return AddMethodBody(instructionEncoder, maxStack, localVariablesSignature, attributes, hasDynamicStackAllocation: false);
64 }
MethodBody AddMethodBody(int codeSize, int maxStack, int exceptionRegionCount, bool hasSmallExceptionRegions, StandaloneSignatureHandle localVariablesSignature, MethodBodyAttributes attributes)

References System.Reflection.Metadata.Ecma335.MethodBodyStreamEncoder.AddMethodBody().