13 lines
371 B
C#
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: 0x020000CE RID: 206
|
|
[Token(Token = "0x20000CE")]
|
|
public class DataReceivedEventArgs : EventArgs
|
|
{
|
|
}
|
|
}
|