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
LicenseProvider.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000396 RID: 918
6 public abstract class LicenseProvider
7 {
8 // Token: 0x060017E7 RID: 6119
9 public abstract License GetLicense(LicenseContext context, Type type, object instance, bool allowExceptions);
10
11 // Token: 0x060017E8 RID: 6120 RVA: 0x00043C1C File Offset: 0x00041E1C
12 protected LicenseProvider()
13 {
14 }
15 }
16}
class f__AnonymousType0<< Count > j__TPar
License GetLicense(LicenseContext context, Type type, object instance, bool allowExceptions)