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
ReflectionPermissionFlag.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::System.Flags]
7 [global::Cpp2ILInjected.Token(Token = "0x20002AB")]
9 {
10 [global::System.Obsolete("This permission has been deprecated. Use PermissionState.Unrestricted to get full access.")]
11 [global::Cpp2ILInjected.Token(Token = "0x4000BEA")]
12 AllFlags = 7,
13 [global::Cpp2ILInjected.Token(Token = "0x4000BEB")]
14 MemberAccess = 2,
15 [global::Cpp2ILInjected.Token(Token = "0x4000BEC")]
16 NoFlags = 0,
17 [global::System.Obsolete("This permission is no longer used by the CLR.")]
18 [global::Cpp2ILInjected.Token(Token = "0x4000BED")]
20 [global::Cpp2ILInjected.Token(Token = "0x4000BEE")]
22 [global::System.Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
23 [global::Cpp2ILInjected.Token(Token = "0x4000BEF")]
25 }
26}