23 lines
536 B
C#
23 lines
536 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace CSCore
|
|
{
|
|
// Token: 0x0200000D RID: 13
|
|
[Token(Token = "0x200000D")]
|
|
public class StoppedEventArgs : EventArgs
|
|
{
|
|
// Token: 0x0600003B RID: 59 RVA: 0x0000207E File Offset: 0x0000027E
|
|
[Token(Token = "0x600003B")]
|
|
[Address(RVA = "0x69C9E0", Offset = "0x69B7E0", VA = "0x18069C9E0")]
|
|
public StoppedEventArgs(Exception exception)
|
|
{
|
|
}
|
|
|
|
// Token: 0x0400016A RID: 362
|
|
[FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x400016A")]
|
|
private readonly Exception _exception;
|
|
}
|
|
}
|