using System;
using Cpp2IlInjected;
namespace System.IO
{
/// Provides data for the event.
// Token: 0x02000203 RID: 515
[Token(Token = "0x2000203")]
public class RenamedEventArgs : FileSystemEventArgs
{
/// Initializes a new instance of the class.
/// One of the values.
/// The name of the affected file or directory.
/// The name of the affected file or directory.
/// The old name of the affected file or directory.
// Token: 0x06000D47 RID: 3399 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000D47")]
[Address(RVA = "0xDD6E70", Offset = "0xDD5E70", VA = "0x180DD6E70")]
public RenamedEventArgs(WatcherChangeTypes changeType, string directory, string name, string oldName)
{
}
// Token: 0x04000740 RID: 1856
[FieldOffset(Offset = "0x28")]
[Token(Token = "0x4000740")]
private string oldName;
// Token: 0x04000741 RID: 1857
[FieldOffset(Offset = "0x30")]
[Token(Token = "0x4000741")]
private string oldFullPath;
}
}