Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Belin.Cli
5.0.0
src/Diagnostics/Architecture.psm1
<#
.SYNOPSIS
Represents an enumeration of instruction set architectures.
#>
enum
Architecture
{
x64
x86
}