terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
DeriveBytes.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020002D3 RID: 723
7 [ComVisible(true)]
8 public abstract class DeriveBytes : IDisposable
9 {
10 // Token: 0x06001861 RID: 6241
11 public abstract byte[] GetBytes(int cb);
12
13 // Token: 0x06001862 RID: 6242
14 public abstract void Reset();
15
16 // Token: 0x06001863 RID: 6243 RVA: 0x000341F0 File Offset: 0x000323F0
17 public void Dispose()
18 {
19 GC.SuppressFinalize(this);
20 }
21
22 // Token: 0x06001864 RID: 6244 RVA: 0x00034204 File Offset: 0x00032404
23 protected virtual void Dispose(bool disposing)
24 {
25 }
26
27 // Token: 0x06001865 RID: 6245 RVA: 0x00034214 File Offset: 0x00032414
28 protected DeriveBytes()
29 {
30 }
31 }
32}
class f__AnonymousType0<< Count > j__TPar
static void SuppressFinalize(object obj)
Definition GC.cs:116
virtual void Dispose(bool disposing)