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

◆ GetLicense()

override License System.ComponentModel.LicFileLicenseProvider.GetLicense ( LicenseContext context,
Type type,
object instance,
bool allowExceptions )
inline

Definition at line 31 of file LicFileLicenseProvider.cs.

32 {
33 if (context != null && context != null)
34 {
35 if (context == null)
36 {
37 goto IL_000F;
38 }
39 if (context == null)
40 {
41 goto IL_0016;
42 }
43 }
44 while (context == null)
45 {
46 }
47 IL_000F:
48 string text;
49 bool flag = File.Exists(text);
50 IL_0016:
51 throw new InvalidCastException();
52 }
class f__AnonymousType0<< Count > j__TPar
static bool Exists(string path)
Definition File.cs:86

References System.IO.File.Exists(), j__TPar, and System.text.