System.Reflection.AssemblyName.ProcessorArchitecture Property

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

Syntax

public ProcessorArchitecture ProcessorArchitecture { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Beginning with the net_v40_long, this property always returns ProcessorArchitecture.None for reference assemblies.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0