An object file, containing sections of code and data.

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

Syntax

C#
[SerializableAttribute]
public abstract class ObjectFile : Collection<Section>, 
	IFile, IIdentifiable, IAssociatable, IAnnotatable, IObjectFileVisitable
Visual Basic
<SerializableAttribute> _
Public MustInherit Class ObjectFile _
	Inherits Collection(Of Section) _
	Implements IFile, IIdentifiable, IAssociatable, IAnnotatable,  _
	IObjectFileVisitable
Visual C++
[SerializableAttribute]
public ref class ObjectFile abstract : public Collection<Section^>, 
	IFile, IIdentifiable, IAssociatable, IAnnotatable, IObjectFileVisitable

Inheritance Hierarchy

See Also