C# 클래스 LinFu.Reflection.TypeExtractor

Represents a type that can extract System.Type objects from an Assembly instance.
상속: ITypeExtractor
파일 보기 프로젝트 열기: philiplaureano/LinFu 1 사용 예제들

공개 메소드들

메소드 설명
GetTypes ( Assembly targetAssembly ) : IEnumerable

Returns a set of types from a given assembly.

메소드 상세

GetTypes() 공개 메소드

Returns a set of types from a given assembly.
public GetTypes ( Assembly targetAssembly ) : IEnumerable
targetAssembly System.Reflection.Assembly The that contains the target types.
리턴 IEnumerable