Files
Aug2021-Cpp2IL-Dump/CSCore/SoundIn/RecordingStoppedEventArgs.cs
T
2026-04-10 22:50:51 +02:00

18 lines
432 B
C#

using System;
using Cpp2IlInjected;
namespace CSCore.SoundIn
{
// Token: 0x02000039 RID: 57
[Token(Token = "0x2000039")]
public class RecordingStoppedEventArgs : StoppedEventArgs
{
// Token: 0x060000E0 RID: 224 RVA: 0x0000207E File Offset: 0x0000027E
[Token(Token = "0x60000DF")]
[Address(RVA = "0x69C9E0", Offset = "0x69B7E0", VA = "0x18069C9E0")]
public RecordingStoppedEventArgs(Exception exception)
{
}
}
}