Click or drag to resize

InstancePlatform Enumeration

Defines IInstance platform.

Namespace: Emulate3D.FMI
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
public enum InstancePlatform
Members
Member nameValueDescription
Default0 Default platform.
Native1 Native platform within the same process.
Win642 64-bit Windows in a separate process.
Win323 32-bit Windows in a separate process.
See Also