20 lines
493 B
C#
20 lines
493 B
C#
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)
|
|
{
|
|
}
|
|
}
|
|
}
|