C# Класс Edu.Nlu.Sir.Siemens.Shared.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

IsRealClass() публичный статический Метод

public static IsRealClass ( this testType ) : bool
testType this The type to test
Результат bool

ReadLine() публичный статический Метод

public static ReadLine ( this reader, char &result, int maxsize ) : bool
reader this
result char
maxsize int
Результат bool

TypesImplementingInterface() публичный статический Метод

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
Результат IEnumerable