AssemblyIdentity.ProcessorArchitecture Property

Definition

Specifies the processor architecture of the assembly. Valid values are "msil", "x86", "ia64", "amd64".

public:
 property System::String ^ ProcessorArchitecture { System::String ^ get(); void set(System::String ^ value); };
public string ProcessorArchitecture { get; set; }
public string ProcessorArchitecture { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.ProcessorArchitecture : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ProcessorArchitecture : string with get, set
Public Property ProcessorArchitecture As String

Property Value

A string representing the processor architecture of the assembly.

Attributes

Remarks

Valid values are msil, x86, ia64, amd64.

Applies to