Ab1Header Class |
Namespace: Bio.IO.AppliedBiosystems
The Ab1Header type exposes the following members.
Name | Description | |
---|---|---|
![]() | DirectoryEntries |
Contains a list of all entries found within the file. This does not include the initial header directory.
|
![]() | DirectoryEntryDefinition |
The first directory entry found after the header. This defines the following content of the file.
|
![]() | FileSignature |
Identifies the file as an abi file. These are the first four bytes and should be ABIF.
|
![]() | MajorVersion |
Major version pulled from the Version property.
|
![]() | Version |
Version of the abi file.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |