Processor.Architecture Property

Definition

Processor architecture used by the platform

public:
 property Nullable<Microsoft::PowerShell::Commands::CpuArchitecture> Architecture { Nullable<Microsoft::PowerShell::Commands::CpuArchitecture> get(); };
public Microsoft.PowerShell.Commands.CpuArchitecture? Architecture { get; }
member this.Architecture : Nullable<Microsoft.PowerShell.Commands.CpuArchitecture>
Public ReadOnly Property Architecture As Nullable(Of CpuArchitecture)

Property Value

Applies to