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

namespace System.IO
{
public class File // TypeDefIndex: 4914
{

	// Methods
	// RVA: -1
	public static type#26557 OpenText(type#26576 path) { }
	// RVA: -1
	public static type#26561 CreateText(type#26576 path) { }
	// RVA: -1
	public static type#28660 Delete(type#26576 path) { }
	// RVA: -1
	public static type#15313 Exists(type#26576 path) { }
	// RVA: -1
	public static type#18512 Open(type#26576 path, type#18496 mode) { }
	// RVA: -1
	public static type#18512 Open(type#26576 path, type#18496 mode, type#18483 access, type#18506 share) { }
	// RVA: -1
	public static type#18512 OpenRead(type#26576 path) { }
	// RVA: -1
	public static type#18512 OpenWrite(type#26576 path) { }
	// RVA: -1
	public static type#26576 ReadAllText(type#26576 path) { }
	// RVA: -1
	public static type#26576 ReadAllText(type#26576 path, type#17811 encoding) { }
	// RVA: -1
	private static type#26576 InternalReadAllText(type#26576 path, type#17811 encoding) { }
	// RVA: -1
	public static type#28660 WriteAllText(type#26576 path, type#26576 contents) { }
	// RVA: -1
	public static type#28660 WriteAllText(type#26576 path, type#26576 contents, type#17811 encoding) { }
	// RVA: -1
	public static type#12860 ReadAllBytes(type#26576 path) { }
	// RVA: -1
	private static type#12860 ReadAllBytesUnknownLength(type#18512 fs) { }
}
}
