m
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Threading;
|
||||
using Cpp2IlInjected;
|
||||
using Microsoft.Win32.SafeHandles;
|
||||
|
||||
namespace System.Diagnostics
|
||||
{
|
||||
// Token: 0x020000CD RID: 205
|
||||
[Token(Token = "0x20000CD")]
|
||||
internal class ProcessWaitHandle : WaitHandle
|
||||
{
|
||||
// Token: 0x060004F3 RID: 1267 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60004F3")]
|
||||
[Address(RVA = "0x2F42250", Offset = "0x2F41250", VA = "0x182F42250")]
|
||||
internal ProcessWaitHandle(SafeProcessHandle processHandle)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user