terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SafeFileHandle.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Microsoft.Win32.SafeHandles
4
{
5
// Token: 0x0200005B RID: 91
6
public
sealed
class
SafeFileHandle
:
SafeHandleZeroOrMinusOneIsInvalid
7
{
8
// Token: 0x0600021B RID: 539 RVA: 0x00008184 File Offset: 0x00006384
9
public
SafeFileHandle
(
IntPtr
preexistingHandle
,
bool
ownsHandle
)
10
:
base
(
preexistingHandle
!=
null
)
11
{
12
this.handle
=
preexistingHandle
;
13
}
14
15
// Token: 0x0600021C RID: 540 RVA: 0x000081A0 File Offset: 0x000063A0
16
protected
override
bool
ReleaseHandle
()
17
{
18
IntPtr
handle
= this.
handle
;
19
if
(!
true
)
20
{
21
}
22
bool
flag;
23
return
flag;
24
}
25
}
26
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Microsoft.Win32.SafeHandles.SafeFileHandle.ReleaseHandle
override bool ReleaseHandle()
Definition
SafeFileHandle.cs:16
Microsoft.Win32.SafeHandles.SafeFileHandle.SafeFileHandle
SafeFileHandle(IntPtr preexistingHandle, bool ownsHandle)
Definition
SafeFileHandle.cs:9
Microsoft.Win32.SafeHandles.SafeFileHandle
Definition
SafeFileHandle.cs:7
Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Definition
SafeHandleZeroOrMinusOneIsInvalid.cs:9
System.Runtime.InteropServices.SafeHandle.handle
IntPtr handle
Definition
SafeHandle.cs:166
Microsoft.Win32.SafeHandles
Definition
CriticalHandleMinusOneIsInvalid.cs:6
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
Microsoft
Win32
SafeHandles
SafeFileHandle.cs
Generated by
1.10.0