Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsInvalid

override bool Microsoft.Win32.SafeHandles.SafeThreadHandle.IsInvalid
get

Definition at line 8 of file SafeThreadHandle.cs.

9 {
10 get
11 {
12 if (!(handle == IntPtr.Zero))
13 {
14 return handle == new IntPtr(-1);
15 }
16 return true;
17 }
18 }
static readonly IntPtr Zero
Definition IntPtr.cs:18

Referenced by System.Diagnostics.ProcessManager.OpenThread().