This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
using System;
using System.Threading;
using Cpp2IlInjected;
using Microsoft.Win32.SafeHandles;
namespace System.Diagnostics
{
// Token: 0x020000D1 RID: 209
[Token(Token = "0x20000D1")]
internal class ProcessWaitHandle : WaitHandle
{
// Token: 0x06000509 RID: 1289 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000509")]
[Address(RVA = "0x28A77A0", Offset = "0x28A65A0", VA = "0x1828A77A0")]
internal ProcessWaitHandle(SafeProcessHandle processHandle)
{
}
}
}