Processor.Architecture 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.
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)