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