InjectConnector.ASMArchitecture ​
Represents processor architecture values.
Kind: Enum
Namespace: ConnectorLib.Inject
Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable
Public Attributes
ASMArchitecture
x86
Intel 32-bit processor architecture.
ASMArchitecture
x64
Intel 64-bit processor architecture.
Enums
InjectConnector.ASMArchitecture
[x86 = 0, x64 = 1]Represents processor architecture values.
