Terraria
v1.4.4.9
Terraria source code documentation
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
_
a
c
d
e
f
i
l
m
o
p
r
s
t
u
w
Files
File List
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Loading...
Searching...
No Matches
UnmanagedFunctionPointerAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[AttributeUsage(
AttributeTargets
.Delegate, AllowMultiple =
false
, Inherited =
false
)]
4
public
sealed
class
UnmanagedFunctionPointerAttribute
:
Attribute
5
{
6
public
bool
BestFitMapping
;
7
8
public
bool
SetLastError
;
9
10
public
bool
ThrowOnUnmappableChar
;
11
12
public
CharSet
CharSet
;
13
14
public
CallingConvention
CallingConvention
{
get
; }
15
16
public
UnmanagedFunctionPointerAttribute
()
17
{
18
CallingConvention
=
CallingConvention
.Winapi;
19
}
16
public
UnmanagedFunctionPointerAttribute
() {
…
}
20
21
public
UnmanagedFunctionPointerAttribute
(
CallingConvention
callingConvention)
22
{
23
CallingConvention
= callingConvention;
24
}
21
public
UnmanagedFunctionPointerAttribute
(
CallingConvention
callingConvention) {
…
}
25
}
4
public
sealed
class
UnmanagedFunctionPointerAttribute
:
Attribute
{
…
};
System.Attribute
Definition
Attribute.cs:12
System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.UnmanagedFunctionPointerAttribute
UnmanagedFunctionPointerAttribute()
Definition
UnmanagedFunctionPointerAttribute.cs:16
System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.CharSet
CharSet CharSet
Definition
UnmanagedFunctionPointerAttribute.cs:12
System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.SetLastError
bool SetLastError
Definition
UnmanagedFunctionPointerAttribute.cs:8
System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.UnmanagedFunctionPointerAttribute
UnmanagedFunctionPointerAttribute(CallingConvention callingConvention)
Definition
UnmanagedFunctionPointerAttribute.cs:21
System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.ThrowOnUnmappableChar
bool ThrowOnUnmappableChar
Definition
UnmanagedFunctionPointerAttribute.cs:10
System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.BestFitMapping
bool BestFitMapping
Definition
UnmanagedFunctionPointerAttribute.cs:6
System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute
Definition
UnmanagedFunctionPointerAttribute.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
UnmanagedFunctionPointerAttribute.cs
Generated by
1.10.0