Gets or sets the type of CPU represented by this architecture.
Namespace: SharpAssembler.x86Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public CpuType CpuType { get; } |
Visual Basic |
---|
Public ReadOnly Property CpuType As CpuType Get |
Visual C++ |
---|
public: property CpuType^ CpuType { CpuType^ get (); } |