|
| MethodBodyStreamEncoder (BlobBuilder builder) |
|
MethodBody | AddMethodBody (int codeSize, int maxStack, int exceptionRegionCount, bool hasSmallExceptionRegions, StandaloneSignatureHandle localVariablesSignature, MethodBodyAttributes attributes) |
|
MethodBody | AddMethodBody (int codeSize, int maxStack=8, int exceptionRegionCount=0, bool hasSmallExceptionRegions=true, StandaloneSignatureHandle localVariablesSignature=default(StandaloneSignatureHandle), MethodBodyAttributes attributes=MethodBodyAttributes.InitLocals, bool hasDynamicStackAllocation=false) |
|
int | AddMethodBody (InstructionEncoder instructionEncoder, int maxStack, StandaloneSignatureHandle localVariablesSignature, MethodBodyAttributes attributes) |
|
int | AddMethodBody (InstructionEncoder instructionEncoder, int maxStack=8, StandaloneSignatureHandle localVariablesSignature=default(StandaloneSignatureHandle), MethodBodyAttributes attributes=MethodBodyAttributes.InitLocals, bool hasDynamicStackAllocation=false) |
|
Definition at line 3 of file MethodBodyStreamEncoder.cs.
The documentation for this struct was generated from the following file: