AssemblyName.ProcessorArchitecture Property
Definition
Gets or sets a value that identifies the processor and bits-per-word of the platform targeted by an executable.
public:
property System::Reflection::ProcessorArchitecture ProcessorArchitecture { System::Reflection::ProcessorArchitecture get(); void set(System::Reflection::ProcessorArchitecture value); };
public System.Reflection.ProcessorArchitecture ProcessorArchitecture { get; set; }
member this.ProcessorArchitecture : System.Reflection.ProcessorArchitecture with get, set
Public Property ProcessorArchitecture As ProcessorArchitecture
Property Value
One of the enumeration values that identifies the processor and bits-per-word of the platform targeted by an executable.
Remarks
Beginning with the .NET Framework 4, this property always returns ProcessorArchitecture.None for reference assemblies.