AssemblyName::ProcessorArchitecture Property

 

Gets or sets a value that identifies the processor and bits-per-word of the platform targeted by an executable.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
property ProcessorArchitecture ProcessorArchitecture {
	ProcessorArchitecture get();
	void set(ProcessorArchitecture value);
}

Property Value

Type: System.Reflection::ProcessorArchitecture

One of the enumeration values that identifies the processor and bits-per-word of the platform targeted by an executable.

Beginning with the .NET Framework 4, this property always returns ProcessorArchitecture::None for reference assemblies.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Return to top
Show: