ComputerInfo.CsProcessors 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.
Array of Processor objects describing each processor on the system.
public:
property cli::array <Microsoft::PowerShell::Commands::Processor ^> ^ CsProcessors { cli::array <Microsoft::PowerShell::Commands::Processor ^> ^ get(); };
public Microsoft.PowerShell.Commands.Processor[] CsProcessors { get; }
member this.CsProcessors : Microsoft.PowerShell.Commands.Processor[]
Public ReadOnly Property CsProcessors As Processor()