Gets the name of the CPU type.

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

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

Get

Ensures
Contract.Result<string>() != null

See Also