|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Mono.Net.Security.BufferOffsetSize2:
Collaboration diagram for Mono.Net.Security.BufferOffsetSize2:Public Member Functions | |
| BufferOffsetSize2 (int size) | |
| void | Reset () |
| void | MakeRoom (int size) |
| void | AppendData (byte[] buffer, int offset, int size) |
| override string | ToString () |
Public Attributes | |
| readonly int | InitialSize |
| byte[] | Buffer |
| int | Offset |
| int | Size |
| int | TotalBytes |
| bool | Complete |
Properties | |
| int | EndOffset [get, set] |
| int | Remaining [get, set] |
Definition at line 11 of file BufferOffsetSize2.cs.