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()
Visual Basic
Public Sub New
Visual C++
public:
Architecture()

Remarks

The CpuType is set to IntelSandyBridge.

See Also