Initializes a new instance of the Architecture class.
            
Namespace: SharpAssembler.x86Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public Architecture( CpuType type ) | 
| Visual Basic | 
|---|
| Public Sub New ( _ type As CpuType _ ) | 
| Visual C++ | 
|---|
| public: Architecture( CpuType^ type ) | 
Parameters
- type
- Type: SharpAssembler.x86..::..CpuType
 The type of CPU.
 Remarks
Remarks
            The Features are set according to the selected type.
            





