Files
2026-04-10 22:50:51 +02:00

13 lines
371 B
C#

using System;
using Cpp2IlInjected;
namespace System.Diagnostics
{
/// <summary>Provides data for the <see cref="E:System.Diagnostics.Process.OutputDataReceived" /> and <see cref="E:System.Diagnostics.Process.ErrorDataReceived" /> events.</summary>
// Token: 0x020000D2 RID: 210
[Token(Token = "0x20000D2")]
public class DataReceivedEventArgs : EventArgs
{
}
}