C# Class Edu.Nlu.Sir.Siemens.Shared.Extensions

Afficher le fichier Open project: lukesandberg/PexFaultLocalization

Méthodes publiques

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.

Method Details

IsRealClass() public static méthode

public static IsRealClass ( this testType ) : bool
testType this The type to test
Résultat bool

ReadLine() public static méthode

public static ReadLine ( this reader, char &result, int maxsize ) : bool
reader this
result char
maxsize int
Résultat bool

TypesImplementingInterface() public static méthode

Returns all types in the current AppDomain implementing the interface or inheriting the type.
public static TypesImplementingInterface ( this interfaceType, bool onlyRealTypes ) : IEnumerable
interfaceType this
onlyRealTypes bool if true, only real, instantiable types will be returned
Résultat IEnumerable