• Toolkit Version 2022.1
    • 2022.1 Highlights
      • Enhanced Stereo Information Support
      • Sheffield Solvation Model for Proteins
      • Spruce Filter and Design Unit Validation
      • Multistate Heuristic pKa Model
    • Detailed Release Notes 2022.1
      • OEChem TK 3.3.0
      • OEBio TK 3.3.0
      • OESystem TK 3.3.0
      • OEPlatform TK 3.3.0
      • OEGrid TK 3.3.0
      • OEDepict TK 2.5.0
      • OEDocking TK 4.1.2
      • FastROCS TK 2.2.2
      • Grapheme TK 1.4.5
      • GraphSim TK 2.5.4
      • Lexichem TK 2.7.5
      • OEMedChem TK 1.1.6
      • MolProp TK 2.6.0
      • OEFF TK 2.5.0
      • Omega TK 4.2.0
      • Quacpac TK 2.2.0
      • Shape TK 3.5.0
      • Sitehopper TK 2.0.1
      • Spicoli TK 1.5.4
      • Spruce TK 1.5.0
      • Szmap TK 1.6.4
      • Szybki TK 2.5.0
      • Zap TK 2.4.3
    • Recent Release History
      • Release Highlights 2021.2
      • Release Highlights 2021.1
      • Release Highlights 2020.2
    • Previous Release History
      • Release Highlights 2020.1
      • OEToolkits 2019.Oct
      • OEToolkits 2019.Apr
      • OEToolkits 2018.Oct
      • OEToolkits 2018.Feb
      • OEToolkits 2017.Oct
      • OEToolkits 2017.Jun
      • OEToolkits 2017.Feb
      • OEToolkits 2016.Oct
      • OEToolkits 2016.Jun
      • OEToolkits 2016.Feb
      • OEToolkits 2015.Oct
      • OEToolkits 2015.Jun
      • OEToolkits 2015.Feb
      • OEToolkits 2014.Oct
      • OEToolkits 2014.Jun
      • OEToolkits 2014.Feb
      • OEToolkits 2013.Oct
      • OEToolkits 2013.Jun
      • OEToolkits 2013.Feb
      • OEToolkits 2012.Oct
      • OEToolkits 2012.Jun
      • OEToolkits 2012.Feb
      • OEToolkits 2011.Oct
      • OEToolkits 2011.1
      • OEToolkits 1.7.4
      • OEToolkits 1.7.2
      • OEToolkits 1.7.1
      • OEToolkits 1.7.0
  • Introduction
    • Toolkit API
    • Release Cycle
  • Getting Started with OpenEye C#
    • Installation
      • Introduction
      • Prerequisites
      • GPU Prerequisites
      • Licensing
      • Download the OpenEye .Net distribution
      • Installation
      • The Global Assembly Cache
    • Using C# with VS2017 or VS2019
      • Creating a new project
      • Adding references to the OpenEye assemblies
      • Changing the build target
      • Adding code to the project
      • Deploying the program to another machine
    • Third Party Licensing
      • Zstandard
      • InChI
      • Computational Crystallography Toolbox (CCTBX) / MolProbity
      • GEMMI - GEneral MacroMolecular I/O
      • OpenSSL
    • How to import the toolkits
    • Legal Notices
      • Sample Code
      • Citation
  • Informatics and Modeling Toolkits
    • OEChem Toolkit
      • Introduction
      • Theory
      • Examples
      • API
      • Release History
      • Glossary
      • Bibliography
    • OEDepict Toolkit
      • Introduction
      • Theory
      • Examples
      • API
      • Appendices
      • Release History
      • Glossary
      • Bibliography
    • OEDocking Toolkit
      • Introduction
      • Theory
      • OEDocking Examples
      • OEModels Examples
      • API
      • Release History
      • Bibliography
    • Grapheme Toolkit
      • Introduction
      • Theory
      • Examples
      • Preliminary API
      • API
      • Release History
    • GraphSim Toolkit
      • Introduction
      • Theory
      • Examples
      • API
      • Release History
      • Glossary
      • Bibliography
      • Index
    • Lexichem Toolkit
      • Theory
      • Examples
      • API
      • Release History
      • Bibliography
    • OEMedChem Toolkit
      • Introduction
      • Theory
      • Examples
      • API
      • Release History
      • Bibliography
    • MolProp Toolkit
      • Theory
      • Examples
      • API
      • Release History
      • Bibliography
    • Omega Toolkit
      • Theory
      • OMEGA Examples
      • API
      • Release History
      • Bibliography
      • Index
    • Quacpac Toolkit
      • Theory
      • Examples
      • API
      • Preliminary API
      • Release History
      • Bibliography
    • Shape Toolkit
      • Theory
      • Examples
      • API
      • Preliminary API
      • Deprecated API
      • Release History
      • Bibliography
    • Spicoli Toolkit
      • Theory
      • API
      • Release History
      • Glossary
      • Bibliography
    • Szmap Toolkit
      • Introduction
      • Theory
      • Examples
      • API
      • Release History
      • Bibliography
    • Szybki Toolkit
      • Theory
      • API
      • Preliminary API
      • Examples: Working with Szybki TK
      • Release History
      • Bibliography
    • Zap Toolkit
      • Theory and Examples
      • API
      • Release History
Toolkits--csharp
  • All OpenEye Documentation »
  • Contents »
  • Informatics and Modeling Toolkits »
  • OEChem Toolkit 3.3.0.1 »
  • Examples »
  • OEChem Examples »
  • Print OEChem and file format information

Print OEChem and file format information¶

A program that prints the current OEChem version, platform, build date, and the release name of the overall toolkits being used. It also prints details of all the molecule file formats supported by the OEChem toolkit and whether they are readable and/or writable.

Example¶

prompt> OEChemInfo

Code¶

Download code

OEChemInfo.cs

See also

  • OEGetFormatString function

  • OEGetFormatExtension function

  • OEChemGetRelease function

  • OEChemGetVersion function

  • OEChemGetPlatform function

  • OEToolkitsGetRelease function

Next Previous

© Copyright 2022, OpenEye Scientific Software, Inc. Last updated on Jul 05, 2022.