using System; using Cpp2IlInjected; namespace System.IO { /// Provides data for the event. // Token: 0x02000207 RID: 519 [Token(Token = "0x2000207")] 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: 0x06000D5D RID: 3421 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6000D5D")] [Address(RVA = "0x29E9750", Offset = "0x29E8550", VA = "0x1829E9750")] public RenamedEventArgs(WatcherChangeTypes changeType, string directory, string name, string oldName) { } // Token: 0x0400074D RID: 1869 [FieldOffset(Offset = "0x28")] [Token(Token = "0x400074D")] private string oldName; // Token: 0x0400074E RID: 1870 [FieldOffset(Offset = "0x30")] [Token(Token = "0x400074E")] private string oldFullPath; } }