Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.Reflection.Metadata.Ecma335.MethodBodyStreamEncoder, including all inherited members.
AddMethodBody(int codeSize, int maxStack, int exceptionRegionCount, bool hasSmallExceptionRegions, StandaloneSignatureHandle localVariablesSignature, MethodBodyAttributes attributes) | System.Reflection.Metadata.Ecma335.MethodBodyStreamEncoder | inline |
AddMethodBody(int codeSize, int maxStack=8, int exceptionRegionCount=0, bool hasSmallExceptionRegions=true, StandaloneSignatureHandle localVariablesSignature=default(StandaloneSignatureHandle), MethodBodyAttributes attributes=MethodBodyAttributes.InitLocals, bool hasDynamicStackAllocation=false) | System.Reflection.Metadata.Ecma335.MethodBodyStreamEncoder | inline |
AddMethodBody(InstructionEncoder instructionEncoder, int maxStack, StandaloneSignatureHandle localVariablesSignature, MethodBodyAttributes attributes) | System.Reflection.Metadata.Ecma335.MethodBodyStreamEncoder | inline |
AddMethodBody(InstructionEncoder instructionEncoder, int maxStack=8, StandaloneSignatureHandle localVariablesSignature=default(StandaloneSignatureHandle), MethodBodyAttributes attributes=MethodBodyAttributes.InitLocals, bool hasDynamicStackAllocation=false) | System.Reflection.Metadata.Ecma335.MethodBodyStreamEncoder | inline |
Builder | System.Reflection.Metadata.Ecma335.MethodBodyStreamEncoder | |
MethodBodyStreamEncoder(BlobBuilder builder) | System.Reflection.Metadata.Ecma335.MethodBodyStreamEncoder | inline |
SerializeHeader(int codeSize, ushort maxStack, int exceptionRegionCount, MethodBodyAttributes attributes, StandaloneSignatureHandle localVariablesSignature, bool hasDynamicStackAllocation) | System.Reflection.Metadata.Ecma335.MethodBodyStreamEncoder | inlineprivate |