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
Loading...
Searching...
No Matches
DnsPermissionAttribute.cs
Go to the documentation of this file.
1using System;
6
7namespace System.Net
8{
9 [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
10 [global::Cpp2ILInjected.Token(Token = "0x2000460")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6001E62")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1E97DE4", Offset = "0x1E97DE4", Length = "0x4")]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x6001E63")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1E97DE8", Offset = "0x1E97DE8", Length = "0x38")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
26 public override IPermission CreatePermission()
27 {
28 throw null;
29 }
30 }
31}
class f__AnonymousType0<< Count > j__TPar
DnsPermissionAttribute(SecurityAction action)