Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DllImportAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[AttributeUsage(
AttributeTargets
.Method, Inherited =
false
)]
4
public
sealed
class
DllImportAttribute
:
Attribute
5
{
6
public
string
?
EntryPoint
;
7
8
public
CharSet
CharSet
;
9
10
public
bool
SetLastError
;
11
12
public
bool
ExactSpelling
;
13
14
public
CallingConvention
CallingConvention
;
15
16
public
bool
BestFitMapping
;
17
18
public
bool
PreserveSig
;
19
20
public
bool
ThrowOnUnmappableChar
;
21
22
public
string
Value
{
get
; }
23
24
public
DllImportAttribute
(
string
dllName)
25
{
26
Value
= dllName;
27
}
28
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.InteropServices.DllImportAttribute.SetLastError
bool SetLastError
Definition
DllImportAttribute.cs:10
System.Runtime.InteropServices.DllImportAttribute.ExactSpelling
bool ExactSpelling
Definition
DllImportAttribute.cs:12
System.Runtime.InteropServices.DllImportAttribute.Value
string Value
Definition
DllImportAttribute.cs:22
System.Runtime.InteropServices.DllImportAttribute.BestFitMapping
bool BestFitMapping
Definition
DllImportAttribute.cs:16
System.Runtime.InteropServices.DllImportAttribute.CharSet
CharSet CharSet
Definition
DllImportAttribute.cs:8
System.Runtime.InteropServices.DllImportAttribute.EntryPoint
string? EntryPoint
Definition
DllImportAttribute.cs:6
System.Runtime.InteropServices.DllImportAttribute.CallingConvention
CallingConvention CallingConvention
Definition
DllImportAttribute.cs:14
System.Runtime.InteropServices.DllImportAttribute.DllImportAttribute
DllImportAttribute(string dllName)
Definition
DllImportAttribute.cs:24
System.Runtime.InteropServices.DllImportAttribute.PreserveSig
bool PreserveSig
Definition
DllImportAttribute.cs:18
System.Runtime.InteropServices.DllImportAttribute.ThrowOnUnmappableChar
bool ThrowOnUnmappableChar
Definition
DllImportAttribute.cs:20
System.Runtime.InteropServices.DllImportAttribute
Definition
DllImportAttribute.cs:5
System.Runtime.InteropServices.CallingConvention
CallingConvention
Definition
CallingConvention.cs:4
System.Runtime.InteropServices.CharSet
CharSet
Definition
CharSet.cs:4
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.InteropServices
DllImportAttribute.cs
Generated by
1.10.0