An interface for entities which can be contained in a Section and can create an IEmittable representation of themselves.

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

Syntax

C#
public abstract class Constructable : IAnnotatable, 
	IObjectFileVisitable
Visual Basic
Public MustInherit Class Constructable _
	Implements IAnnotatable, IObjectFileVisitable
Visual C++
public ref class Constructable abstract : IAnnotatable, 
	IObjectFileVisitable

Contracts

Invariants
this.annotations != null

Inheritance Hierarchy

See Also