Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsInvalid
override
bool
Microsoft.Win32.SafeHandles.SafeFindHandle.IsInvalid
get
Definition at line
8
of file
SafeFindHandle.cs
.
9
{
10
get
11
{
12
if
(!(
handle
==
IntPtr
.
Zero
))
13
{
14
return
handle
==
new
IntPtr
(-1);
15
}
16
return
true
;
17
}
18
}
System.Runtime.InteropServices.SafeHandle.handle
IntPtr handle
Definition
SafeHandle.cs:8
System.IntPtr.Zero
static readonly IntPtr Zero
Definition
IntPtr.cs:18
System.IntPtr
Definition
IntPtr.cs:14
Microsoft
Win32
SafeHandles
SafeFindHandle
Generated by
1.10.0