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
SafeGssContextHandle.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
Cpp2IlInjected
;
4
5
namespace
Microsoft.Win32.SafeHandles
6
{
7
// Token: 0x02000078 RID: 120
8
internal
sealed
class
SafeGssContextHandle
:
SafeHandle
9
{
10
// Token: 0x060001C8 RID: 456 RVA: 0x000060B4 File Offset: 0x000042B4
11
public
SafeGssContextHandle
()
12
{
13
}
14
15
// Token: 0x17000061 RID: 97
16
// (get) Token: 0x060001C9 RID: 457 RVA: 0x000060C4 File Offset: 0x000042C4
17
public
override
bool
IsInvalid
18
{
19
get
20
{
21
IntPtr
handle
= this.
handle
;
22
bool
flag;
23
return
flag;
24
}
25
}
26
27
// Token: 0x060001CA RID: 458 RVA: 0x00002050 File Offset: 0x00000250
28
protected
override
bool
ReleaseHandle
()
29
{
30
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
31
}
32
}
33
}
Microsoft.Win32.SafeHandles.SafeGssContextHandle.SafeGssContextHandle
SafeGssContextHandle()
Definition
SafeGssContextHandle.cs:11
Microsoft.Win32.SafeHandles.SafeGssContextHandle.ReleaseHandle
override bool ReleaseHandle()
Definition
SafeGssContextHandle.cs:28
Microsoft.Win32.SafeHandles.SafeGssContextHandle.IsInvalid
override bool IsInvalid
Definition
SafeGssContextHandle.cs:18
Microsoft.Win32.SafeHandles.SafeGssContextHandle
Definition
SafeGssContextHandle.cs:9
System.Runtime.InteropServices.SafeHandle.handle
IntPtr handle
Definition
SafeHandle.cs:166
System.Runtime.InteropServices.SafeHandle
Definition
SafeHandle.cs:9
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Microsoft.Win32.SafeHandles
Definition
CriticalHandleMinusOneIsInvalid.cs:6
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
System
Microsoft
Win32
SafeHandles
SafeGssContextHandle.cs
Generated by
1.10.0