Method | Description | |
---|---|---|
GetAllDerivedTypes ( this baseType, bool>.Func |
Get all derived non-abstract types of specified base type from all loaded assemblies.
|
|
GetAssemblies ( string asmFilename ) : System.Reflection.Assembly[] |
Get all assemblies referenced by specified asmFilename(self included) recursively.
|
public static GetAllDerivedTypes ( this baseType, bool>.Func |
||
baseType | this | |
addtionalFilter | bool>.Func | addtional filter. |
return | List |
public static GetAssemblies ( string asmFilename ) : System.Reflection.Assembly[] | ||
asmFilename | string | |
return | System.Reflection.Assembly[] |