oh dear
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.IO
|
||||
{
|
||||
/// <summary>Provides data for the <see cref="E:System.IO.FileSystemWatcher.Renamed" /> event.</summary>
|
||||
// Token: 0x02000207 RID: 519
|
||||
[Token(Token = "0x2000207")]
|
||||
public class RenamedEventArgs : FileSystemEventArgs
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.IO.RenamedEventArgs" /> class.</summary>
|
||||
/// <param name="changeType">One of the <see cref="T:System.IO.WatcherChangeTypes" /> values.</param>
|
||||
/// <param name="directory">The name of the affected file or directory.</param>
|
||||
/// <param name="name">The name of the affected file or directory.</param>
|
||||
/// <param name="oldName">The old name of the affected file or directory.</param>
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user