// Assembly: mscorlib
// Full name: System.Reflection.ProcessorArchitecture

namespace System.Reflection
{
public class ProcessorArchitecture // TypeDefIndex: 4546
{
	// Fields
	type#20890 value__;
	type#24709 None;
	type#24709 MSIL;
	type#24709 X86;
	type#24709 IA64;
	type#24709 Amd64;
	type#24709 Arm;
}
}
