This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 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: 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)
{
}
}
}