Enum AssemblyPlatformType
The type of platform that the code in the assembly is expected to run on.
Namespace: Gorgon.PlugIns
Assembly: Gorgon.Core.dll
Syntax
public enum AssemblyPlatformType
Fields
Name | Description |
---|---|
AnyCpu | Either 32 or 64 bit. |
Unknown | Unknown platform. |
x64 | 64 bit code. |
x86 | 32 bit code. |