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
SecurityManager.cs
Go to the documentation of this file.
1using System;
2using System.IO;
6
7namespace System.Security
8{
9 [global::System.Runtime.InteropServices.ComVisible(true)]
10 [global::Cpp2ILInjected.Token(Token = "0x200029D")]
11 public static class SecurityManager
12 {
13 [global::System.Obsolete("The security manager cannot be turned off on MS runtime")]
14 [global::Cpp2ILInjected.Token(Token = "0x17000258")]
15 public static bool SecurityEnabled
16 {
17 [global::Cpp2ILInjected.Token(Token = "0x6001720")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1AEA980", Offset = "0x1AEA980", Length = "0x8")]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 get
21 {
22 throw null;
23 }
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6001721")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1AEE814", Offset = "0x1AEE814", Length = "0x4")]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Environment), Member = "GetFolderPath", MemberParameters = new object[]
29 {
30 typeof(global::System.Environment.SpecialFolder),
32 }, ReturnType = typeof(string))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStream), Member = ".ctor", MemberParameters = new object[]
34 {
35 typeof(string),
36 typeof(global::System.IO.FileMode),
37 typeof(global::System.IO.FileAccess),
38 typeof(global::System.IO.FileShare),
39 typeof(int),
40 typeof(bool),
41 typeof(global::System.IO.FileOptions)
42 }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Path), Member = "GetFullPath", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.Path), Member = "GetTempPath", ReturnType = typeof(string))]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
46 internal static void EnsureElevatedPermissions()
47 {
48 throw null;
49 }
50 }
51}
class f__AnonymousType0<< Count > j__TPar