C# 클래스 GSoft.Dynamite.Extensions.AssemblyExtensions

Extension methods for System.Reflection.Assembly.
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

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

Safely returns the set of loadable types from an assembly. Borrowed (THANKS!!) from Autofac to backport an assembly scanning fix.

메소드 상세

GetLoadableTypes() 공개 정적인 메소드

Safely returns the set of loadable types from an assembly. Borrowed (THANKS!!) from Autofac to backport an assembly scanning fix.
/// Thrown if is . ///
public static GetLoadableTypes ( this assembly ) : IEnumerable
assembly this The from which to load types.
리턴 IEnumerable