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
DnsPermissionAttribute.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Net
6{
7 // Token: 0x02000460 RID: 1120
8 [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
11 {
12 // Token: 0x06001E62 RID: 7778 RVA: 0x000509E8 File Offset: 0x0004EBE8
16
17 // Token: 0x06001E63 RID: 7779 RVA: 0x000509F8 File Offset: 0x0004EBF8
18 public override IPermission CreatePermission()
19 {
20 throw new NotSupportedException();
21 }
22 }
23}
class f__AnonymousType0<< Count > j__TPar
DnsPermissionAttribute(SecurityAction action)