Gets or sets the type of CPU represented by this architecture.

Namespace: SharpAssembler.x86
Assembly: 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 ();
}

Field Value

A CpuType; or nullNothingnullptra null reference (Nothing in Visual Basic) when no particular CPU type is used.

See Also