Gets the name of the CPU type.
            
Namespace: SharpAssembler.x86Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public virtual string Name { get; } | 
| Visual Basic | 
|---|
| Public Overridable ReadOnly Property Name As String Get | 
| Visual C++ | 
|---|
| public: virtual property String^ Name { String^ get (); } | 
Field Value
A name. Contracts
Contracts
Get
| Ensures | 
|---|
| Contract.Result<string>() != null | 





