The MDL type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CheckFormat |
Check file stream to be sure that this is a canonic MDL chemical file :
4th line should contains number of atoms, bonds and V2000 tag
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(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.) | |
| ReadMdlClipboard |
Read MDL CT from windows clipboard : Could be Rxn or Mol V2000 / v3000
| |
| ReadMolClipboard |
Read MDL CT from windows clipboard : Mol V2000 only
| |
| ReadMolFile |
Open and read a chemical mol file
| |
| ReadMolFromStream |
Read stream as text and populates molecule object
| |
| ReadRxnFile |
Open and read a chemical mol file
| |
| ReadRxnFromStream |
Read stream as text and populates Molecules object
| |
| StreamToString |
Convert a memory stream to a string
| |
| StringToStream |
Convert a string to a memory stream
| |
| ToString | (Inherited from Object.) | |
| WriteMolClipboard | Overloaded. | |
| WriteMolFile |
Open and write a chemical mol file
| |
| WriteMolToStream | Overloaded. | |
| WriteRxnFile |
Open and write a chemical Rxn file
| |
| WriteRxnToStream |
Write Reaction Scheme to text stream
|