Gets the ObjectFile representation being assembled.

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ObjectFile Representation { get; }
Visual Basic
Public ReadOnly Property Representation As ObjectFile
	Get
Visual C++
public:
property ObjectFile^ Representation {
	ObjectFile^ get ();
}

Field Value

An ObjectFile.

Contracts

Get

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

See Also