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
DllImportSearchPath.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.InteropServices
4
{
5
// Token: 0x02000447 RID: 1095
6
[Flags]
7
public
enum
DllImportSearchPath
8
{
9
// Token: 0x0400125F RID: 4703
10
UseDllDirectoryForDependencies
= 256,
11
// Token: 0x04001260 RID: 4704
12
ApplicationDirectory
= 512,
13
// Token: 0x04001261 RID: 4705
14
UserDirectories
= 1024,
15
// Token: 0x04001262 RID: 4706
16
System32
= 2048,
17
// Token: 0x04001263 RID: 4707
18
SafeDirectories
= 4096,
19
// Token: 0x04001264 RID: 4708
20
AssemblyDirectory
= 2,
21
// Token: 0x04001265 RID: 4709
22
LegacyBehavior
= 0
23
}
24
}
System.Runtime.InteropServices.DllImportSearchPath
DllImportSearchPath
Definition
DllImportSearchPath.cs:8
System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory
@ AssemblyDirectory
System.Runtime.InteropServices.DllImportSearchPath.LegacyBehavior
@ LegacyBehavior
System.Runtime.InteropServices.DllImportSearchPath.ApplicationDirectory
@ ApplicationDirectory
System.Runtime.InteropServices.DllImportSearchPath.SafeDirectories
@ SafeDirectories
System.Runtime.InteropServices.DllImportSearchPath.System32
@ System32
System.Runtime.InteropServices.DllImportSearchPath.UserDirectories
@ UserDirectories
System.Runtime.InteropServices.DllImportSearchPath.UseDllDirectoryForDependencies
@ UseDllDirectoryForDependencies
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
InteropServices
DllImportSearchPath.cs
Generated by
1.10.0