Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DllImportSearchPath.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[Flags]
4
public
enum
DllImportSearchPath
5
{
6
UseDllDirectoryForDependencies
= 0x100,
7
ApplicationDirectory
= 0x200,
8
UserDirectories
= 0x400,
9
System32
= 0x800,
10
SafeDirectories
= 0x1000,
11
AssemblyDirectory
= 2,
12
LegacyBehavior
= 0
13
}
System.Runtime.InteropServices.DllImportSearchPath
DllImportSearchPath
Definition
DllImportSearchPath.cs:5
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
SequenceMarshal.cs:4
source
System.Private.CoreLib
System.Runtime.InteropServices
DllImportSearchPath.cs
Generated by
1.10.0