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
◆
Handle
IntPtr
System.Diagnostics.Process.Handle
get
Definition at line
85
of file
Process.cs
.
86
{
87
get
88
{
89
this.
EnsureState
(
Process
.State.Associated);
90
int
processAccess
= this.
m_processAccess
;
91
return
this.
OpenProcessHandle
(processAccess).handle;
92
}
93
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Diagnostics.Process.OpenProcessHandle
Microsoft.Win32.SafeHandles.SafeProcessHandle OpenProcessHandle(int access)
Definition
Process.cs:483
System.Diagnostics.Process.m_processAccess
int m_processAccess
Definition
Process.cs:835
System.Diagnostics.Process.EnsureState
void EnsureState(Process.State state)
Definition
Process.cs:366
System.Diagnostics.Process.Process
Process()
Definition
Process.cs:21
System
Diagnostics
Process
Generated by
1.10.0