C# 클래스 Edu.Nlu.Sir.Siemens.Shared.Extensions

파일 보기 프로젝트 열기: lukesandberg/PexFaultLocalization

공개 메소드들

메소드 설명
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