An object file, containing sections of code and data.
Namespace: SharpAssembler.CoreAssembly: 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
System..::..Object
System.Collections.ObjectModel..::..Collection<(Of <(<'Section>)>)>
SharpAssembler.Core..::..ObjectFile
SharpAssembler.BinFormat..::..BinObjectFile
System.Collections.ObjectModel..::..Collection<(Of <(<'Section>)>)>
SharpAssembler.Core..::..ObjectFile
SharpAssembler.BinFormat..::..BinObjectFile