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

◆ AddMethodBody() [3/4]

MethodBody System.Reflection.Metadata.Ecma335.MethodBodyStreamEncoder.AddMethodBody ( int codeSize,
int maxStack,
int exceptionRegionCount,
bool hasSmallExceptionRegions,
StandaloneSignatureHandle localVariablesSignature,
MethodBodyAttributes attributes )
inline

Definition at line 36 of file MethodBodyStreamEncoder.cs.

37 {
38 return AddMethodBody(codeSize, maxStack, exceptionRegionCount, hasSmallExceptionRegions, localVariablesSignature, attributes, hasDynamicStackAllocation: false);
39 }
MethodBody AddMethodBody(int codeSize, int maxStack, int exceptionRegionCount, bool hasSmallExceptionRegions, StandaloneSignatureHandle localVariablesSignature, MethodBodyAttributes attributes)

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

Referenced by System.Reflection.Metadata.Ecma335.MethodBodyStreamEncoder.AddMethodBody(), and System.Reflection.Metadata.Ecma335.MethodBodyStreamEncoder.AddMethodBody().