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

namespace System.IO
{
public class FileAttributes // TypeDefIndex: 4929
{
	// Fields
	type#20890 value__;
	type#18489 ReadOnly;
	type#18489 Hidden;
	type#18489 System;
	type#18489 Directory;
	type#18489 Archive;
	type#18489 Device;
	type#18489 Normal;
	type#18489 Temporary;
	type#18489 SparseFile;
	type#18489 ReparsePoint;
	type#18489 Compressed;
	type#18489 Offline;
	type#18489 NotContentIndexed;
	type#18489 Encrypted;
	type#18489 IntegrityStream;
	type#18489 NoScrubData;
}
}
