Extracts the names of classes mapped in a given file, and the names of the classes they extend.

Namespace: NHibernate.Cfg
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class ClassExtractor
Visual Basic
Public Class ClassExtractor
Visual C++
public ref class ClassExtractor

Inheritance Hierarchy

System..::..Object
  NHibernate.Cfg..::..ClassExtractor

See Also