Click or drag to resize

SDFile Methods

The SDFile type exposes the following members.

Methods
  NameDescription
Public methodDispose
Dispose the object and release memory
(Inherited from MDLDBBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadAll
Public methodReadAll(Int32)
Protected methodReadLine (Inherited from MDLDBBase.)
Public methodReadNext
Read next record
Public methodReadNext(DictionaryString, Object, Int32)
Read next record
(Overrides MDLDBBaseReadNext(DictionaryString, Object, Int32).)
Public methodReadNext(DictionaryString, Object, Molecule, Int32)
Public methodReadNext(DictionaryString, Object, String, Int32)
Read the next record
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteOne(SDFileRecord, Int32)
Write one record to the SDF file
Public methodWriteOne(MolBase, DictionaryString, Object, Int32)
Write one record to the SDF file
(Overrides MDLDBBaseWriteOne(MolBase, DictionaryString, Object, Int32).)
Top
See Also