// Assembly: mscorlib
// Full name: Permissions

public class Permissions // TypeDefIndex: 3290
{
	// Fields
	type#20890 value__;
	type#35142 Mask;
	type#35142 S_IRWXU;
	type#35142 S_IRUSR;
	type#35142 S_IWUSR;
	type#35142 S_IXUSR;
	type#35142 S_IRWXG;
	type#35142 S_IRGRP;
	type#35142 S_IWGRP;
	type#35142 S_IXGRP;
	type#35142 S_IRWXO;
	type#35142 S_IROTH;
	type#35142 S_IWOTH;
	type#35142 S_IXOTH;
}
