Свойство | Тип | Описание | |
---|---|---|---|
ClassFinder | System | ||
FindAllSubTypesOneType | |||
FindAllSubtypes | System.Type[] | ||
FindTypesInPaths | System.Type[] | ||
GetAssembliesList | String[] |
Метод | Описание | |
---|---|---|
FindClassesThatExtend ( String paths, |
Convenience method for
|
|
FindClassesThatExtend ( |
Convenience method that finds classes in the application directory
|
|
FindClassesThatExtend ( string strPaths, |
||
GetInstantiableSubtypes ( |
Convenience method to get a list of types that can be instantiated
|
Метод | Описание | |
---|---|---|
ClassFinder ( ) : System | ||
FindAllSubTypesOneType ( |
Finds all classes that extend the class, searching in the listAllClasses ArrayList.
|
|
FindAllSubtypes ( |
Finds all classes that extend the classes in the listSuperClasses ArrayList, searching in the listAllClasses ArrayList.
|
|
FindTypesInPaths ( string paths ) : System.Type[] | ||
GetAssembliesList ( String paths ) : String[] |
Searches the specified path and returns file names which could be considered as assemblies.
|
public static FindClassesThatExtend ( String paths, |
||
paths | String | |
superTypes | ||
Результат | System.Type[] |
public static FindClassesThatExtend ( |
||
superClasses | ||
Результат | System.Type[] |
public static FindClassesThatExtend ( string strPaths, |
||
strPaths | string | |
superTypes | ||
innerTypes | bool | |
Результат | System.Type[] |
public static GetInstantiableSubtypes ( |
||
superType | ||
Результат | System.Type[] |