Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Belin.Cli
5.4.0
Sources/Architecture.cs
namespace Belin.Cli;
/// <summary>
/// Represents an enumeration of instruction set architectures.
/// </summary>
public enum Architecture {
x64,
x86
}