Méthode | Description | |
---|---|---|
IsRealClass ( this testType ) : bool | ||
ReadLine ( this reader, char &result, int maxsize ) : bool | ||
TypesImplementingInterface ( this interfaceType, bool onlyRealTypes ) : IEnumerable |
Returns all types in the current AppDomain implementing the interface or inheriting the type.
|
public static IsRealClass ( this testType ) : bool | ||
testType | this | The type to test |
Résultat | bool |
public static ReadLine ( this reader, char &result, int maxsize ) : bool | ||
reader | this | |
result | char | |
maxsize | int | |
Résultat | bool |
public static TypesImplementingInterface ( this interfaceType, bool onlyRealTypes ) : IEnumerable |
||
interfaceType | this | |
onlyRealTypes | bool | if true, only real, instantiable types will be returned |
Résultat | IEnumerable |