This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 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)
{
}
}
}