Get the names of all persistent classes that implement/extend the given interface/class
Namespace:
NHibernate.EngineAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetImplementors ( _ clazz As Type _ ) As String() |
C# |
---|
string[] GetImplementors( Type clazz ) |
Visual C++ |
---|
array<String^>^ GetImplementors( Type^ clazz ) |
JavaScript |
---|
function getImplementors(clazz); |
Parameters
- clazz
- Type: System..::.Type