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
DnsPermission.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Net
6{
7 // Token: 0x0200045F RID: 1119
10 {
11 // Token: 0x06001E5B RID: 7771 RVA: 0x0005095C File Offset: 0x0004EB5C
13 {
14 throw new NotSupportedException();
15 }
16
17 // Token: 0x06001E5C RID: 7772 RVA: 0x00050970 File Offset: 0x0004EB70
18 public override IPermission Copy()
19 {
20 throw new NotSupportedException();
21 }
22
23 // Token: 0x06001E5D RID: 7773 RVA: 0x00050984 File Offset: 0x0004EB84
25 {
26 throw new NotSupportedException();
27 }
28
29 // Token: 0x06001E5E RID: 7774 RVA: 0x00050998 File Offset: 0x0004EB98
30 public override IPermission Intersect(IPermission target)
31 {
32 throw new NotSupportedException();
33 }
34
35 // Token: 0x06001E5F RID: 7775 RVA: 0x000509AC File Offset: 0x0004EBAC
36 public override bool IsSubsetOf(IPermission target)
37 {
38 throw new NotSupportedException();
39 }
40
41 // Token: 0x06001E60 RID: 7776 RVA: 0x000509C0 File Offset: 0x0004EBC0
42 public bool IsUnrestricted()
43 {
44 throw new NotSupportedException();
45 }
46
47 // Token: 0x06001E61 RID: 7777 RVA: 0x000509D4 File Offset: 0x0004EBD4
48 public override SecurityElement ToXml()
49 {
50 throw new NotSupportedException();
51 }
52 }
53}
class f__AnonymousType0<< Count > j__TPar
override IPermission Copy()
override bool IsSubsetOf(IPermission target)
override SecurityElement ToXml()
DnsPermission(PermissionState state)
override void FromXml(SecurityElement securityElement)
override IPermission Intersect(IPermission target)