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