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
SecurityAttribute.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::System.Runtime.InteropServices.ComVisible(true)]
9 [global::System.AttributeUsage(global::System.AttributeTargets.Assembly | global::System.AttributeTargets.Class | global::System.AttributeTargets.Struct | global::System.AttributeTargets.Constructor | global::System.AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
10 [global::System.Obsolete("CAS support is not available with Silverlight applications.")]
11 [global::Cpp2ILInjected.Token(Token = "0x20002AF")]
12 [global::System.Serializable]
13 public abstract class SecurityAttribute : global::System.Attribute
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x600175B")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1AF0D7C", Offset = "0x1AF0D7C", Length = "0x28")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = ".ctor", ReturnType = typeof(void))]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x600175C")]
25 public abstract IPermission CreatePermission();
26
27 [global::Cpp2ILInjected.Token(Token = "0x1700025F")]
28 public bool Unrestricted
29 {
30 [global::Cpp2ILInjected.Token(Token = "0x600175D")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1AF1540", Offset = "0x1AF1540", Length = "0x8")]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 get
34 {
35 throw null;
36 }
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x17000260")]
40 public SecurityAction Action
41 {
42 [global::Cpp2ILInjected.Token(Token = "0x600175E")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1AF1548", Offset = "0x1AF1548", Length = "0x8")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 set
46 {
47 throw null;
48 }
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x4000BFB")]
52 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
54
55 [global::Cpp2ILInjected.Token(Token = "0x4000BFC")]
56 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
57 private bool m_Unrestricted;
58 }
59}
class f__AnonymousType0<< Count > j__TPar