Click or drag to resize
Ab1DirectoryEntry Class
A directory entry is a section of bytes that identify an element of metadata within an abi file. The structure of this entry is defined in: http://www6.appliedbiosystems.com/support/software_community/ABIF_File_Format.pdf
Inheritance Hierarchy
SystemObject
  Bio.IO.AppliedBiosystemsAb1DirectoryEntry

Namespace: Bio.IO.AppliedBiosystems
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public sealed class Ab1DirectoryEntry

The Ab1DirectoryEntry type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBuffer
Raw data associated with this entry.
Public propertyDataOffset
Number of bytes in the file this entry is offset. This is only valid for items of size greater than 4 bytes.
Public propertyDataSize
Size in bytes of the entry.
Public propertyElementCount
The number of elements in the directory entry.
Public propertyElementSize
The size of each element.
Public propertyElementTypeCode
Identifies the type of element.
Public propertyReserved
Data handle - this is not used and is reserved.
Public propertyTagName
Name of the element.
Public propertyTagNumber
An arbitrary number associated with the directory entry. It is customary for this value to be less than 1000.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also