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
License.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.ComponentModel
4
{
5
// Token: 0x02000393 RID: 915
6
public
abstract
class
License
:
IDisposable
7
{
8
// Token: 0x1700056D RID: 1389
9
// (get) Token: 0x060017CB RID: 6091
10
public
abstract
string
LicenseKey
{
get
; }
11
12
// Token: 0x060017CC RID: 6092
13
public
abstract
void
Dispose
();
14
15
// Token: 0x060017CD RID: 6093 RVA: 0x00043920 File Offset: 0x00041B20
16
protected
License
()
17
{
18
}
19
}
20
}
System.ComponentModel.License.License
License()
Definition
License.cs:16
System.ComponentModel.License.LicenseKey
string LicenseKey
Definition
License.cs:10
System.ComponentModel.License.Dispose
void Dispose()
System.ComponentModel.License
Definition
License.cs:7
System.IDisposable
Definition
IDisposable.cs:7
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System
Definition
__ComObject.cs:4
source
System
ComponentModel
License.cs
Generated by
1.10.0