// Assembly: mscorlib
// Full name: System.IO.Directory

namespace System.IO
{
public class Directory // TypeDefIndex: 4911
{

	// Methods
	// RVA: -1
	public static type#17364 CreateDirectory(type#26576 path) { }
	// RVA: -1
	public static type#15313 Exists(type#26576 path) { }
	// RVA: -1
	public static type#13453 GetFiles(type#26576 path, type#26576 searchPattern) { }
	// RVA: -1
	public static type#13453 GetFiles(type#26576 path, type#26576 searchPattern, type#25738 searchOption) { }
	// RVA: -1
	public static type#13453 GetFiles(type#26576 path, type#26576 searchPattern, type#17911 enumerationOptions) { }
	// RVA: -1
	internal static type#6710 InternalEnumeratePaths(type#26576 path, type#26576 searchPattern, type#25740 searchTarget, type#17911 options) { }
	// RVA: -1
	public static type#6710 EnumerateFileSystemEntries(type#26576 path) { }
	// RVA: -1
	public static type#6710 EnumerateFileSystemEntries(type#26576 path, type#26576 searchPattern, type#17911 enumerationOptions) { }
	// RVA: -1
	internal static type#26576 InternalGetDirectoryRoot(type#26576 path) { }
	// RVA: -1
	public static type#26576 GetCurrentDirectory() { }
	// RVA: -1
	public static type#28660 Delete(type#26576 path, type#15313 recursive) { }
	// RVA: -1
	internal static type#26576 InsecureGetCurrentDirectory() { }
}
}
