Table of Contents

Enum InstalledProgramPlatformType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the type of installed program platform type - currently either 32bit or 64bit.

public enum InstalledProgramPlatformType

Fields

Unknown = 0

The operating installed program platform type is unknown.

x64 = 2

The operating installed program platform type is 64-bit.

x86 = 1

The operating installed program platform type is 32-bit.