A BIN object file.

Namespace: SharpAssembler.BinFormat
Assembly: SharpAssembler Bin File Format (in SharpAssembler Bin File Format.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class BinObjectFile : ObjectFile
Visual Basic
Public Class BinObjectFile _
	Inherits ObjectFile
Visual C++
public ref class BinObjectFile : public ObjectFile

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Section>)>)>
    SharpAssembler.Core..::..ObjectFile
      SharpAssembler.BinFormat..::..BinObjectFile

See Also