C# 클래스 Cruncher.Extensions.AssemblyExtensions

Encapsulates a series of time saving extension methods to the T:System.Reflection.Assembly class.
파일 보기 프로젝트 열기: JimBobSquarePants/Cruncher

공개 메소드들

메소드 설명
GetLoadableTypes ( this assembly ) : IEnumerable

Gets a collection of loadable types from the given assembly. Adapted from

메소드 상세

GetLoadableTypes() 공개 정적인 메소드

Gets a collection of loadable types from the given assembly. Adapted from
public static GetLoadableTypes ( this assembly ) : IEnumerable
assembly this /// The to load the types from. ///
리턴 IEnumerable