AssemblyIdentity.ProcessorArchitecture Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.