Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft