AssemblyName::ProcessorArchitecture Property
.NET Framework (current version)
Gets or sets a value that identifies the processor and bits-per-word of the platform targeted by an executable.
Assembly: mscorlib (in mscorlib.dll)
public: property ProcessorArchitecture ProcessorArchitecture { ProcessorArchitecture get(); void set(ProcessorArchitecture value); }
Property Value
Type: System.Reflection::ProcessorArchitectureOne 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
Available since 10
.NET Framework
Available since 2.0
Show: