|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| byte?[] | GetILBytes () |
| ImmutableArray< byte > | GetILContent () |
| BlobReader | GetILReader () |
Static Public Member Functions | |
| static MethodBodyBlock | Create (BlobReader reader) |
Properties | |
| int | Size [get] |
| int | MaxStack [get] |
| bool | LocalVariablesInitialized [get] |
| StandaloneSignatureHandle | LocalSignature [get] |
| ImmutableArray< ExceptionRegion > | ExceptionRegions [get] |
Private Member Functions | |
| MethodBodyBlock (bool localVariablesInitialized, ushort maxStack, StandaloneSignatureHandle localSignatureHandle, MemoryBlock il, ImmutableArray< ExceptionRegion > exceptionRegions, int size) | |
Static Private Member Functions | |
| static ImmutableArray< ExceptionRegion > | ReadSmallExceptionHandlers (ref BlobReader memReader, int count) |
| static ImmutableArray< ExceptionRegion > | ReadFatExceptionHandlers (ref BlobReader memReader, int count) |
Private Attributes | |
| readonly MemoryBlock | _il |
| readonly int | _size |
| readonly ushort | _maxStack |
| readonly bool | _localVariablesInitialized |
| readonly StandaloneSignatureHandle | _localSignature |
| readonly ImmutableArray< ExceptionRegion > | _exceptionRegions |
Definition at line 6 of file MethodBodyBlock.cs.