Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PosixSignal.cs
Go to the documentation of this file.
1
using
System.Runtime.Versioning
;
2
3
namespace
System.Runtime.InteropServices
;
4
5
public
enum
PosixSignal
6
{
7
SIGHUP
= -1,
8
SIGINT
= -2,
9
SIGQUIT
= -3,
10
SIGTERM
= -4,
11
[UnsupportedOSPlatform(
"windows"
)]
12
SIGCHLD
= -5,
13
[UnsupportedOSPlatform(
"windows"
)]
14
SIGCONT
= -6,
15
[UnsupportedOSPlatform(
"windows"
)]
16
SIGWINCH
= -7,
17
[UnsupportedOSPlatform(
"windows"
)]
18
SIGTTIN
= -8,
19
[UnsupportedOSPlatform(
"windows"
)]
20
SIGTTOU
= -9,
21
[UnsupportedOSPlatform(
"windows"
)]
22
SIGTSTP
= -10
23
}
System.Runtime.InteropServices.PosixSignal
PosixSignal
Definition
PosixSignal.cs:6
System.Runtime.InteropServices.PosixSignal.SIGCONT
@ SIGCONT
System.Runtime.InteropServices.PosixSignal.SIGTERM
@ SIGTERM
System.Runtime.InteropServices.PosixSignal.SIGHUP
@ SIGHUP
System.Runtime.InteropServices.PosixSignal.SIGWINCH
@ SIGWINCH
System.Runtime.InteropServices.PosixSignal.SIGTSTP
@ SIGTSTP
System.Runtime.InteropServices.PosixSignal.SIGTTOU
@ SIGTTOU
System.Runtime.InteropServices.PosixSignal.SIGCHLD
@ SIGCHLD
System.Runtime.InteropServices.PosixSignal.SIGINT
@ SIGINT
System.Runtime.InteropServices.PosixSignal.SIGQUIT
@ SIGQUIT
System.Runtime.InteropServices.PosixSignal.SIGTTIN
@ SIGTTIN
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
source
System.Private.CoreLib
System.Runtime.InteropServices
PosixSignal.cs
Generated by
1.10.0