Initializes a new instance of the Architecture class.

Namespace: SharpAssembler.x86
Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Architecture(
	CpuFeatures features
)
Visual Basic
Public Sub New ( _
	features As CpuFeatures _
)
Visual C++
public:
Architecture(
	CpuFeatures features
)

Parameters

features
Type: SharpAssembler.x86..::..CpuFeatures
The features of the CPU.

See Also