Table of Contents

Enum PEMachineType

Namespace
ZeroInstall.Publish.EntryPoints
Assembly
ZeroInstall.Publish.dll

The machine type specified by a PE file (i.e., the CPU architecture the binary runs on).

public enum PEMachineType : ushort

Fields

I386 = 332
Itanium = 512
Native = 0
X64 = 34404