C# 클래스 Serenity.Extensibility.ExtensibilityHelper

파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 메소드들

메소드 설명
GetTypesWithInterface ( Type intf, Assembly assemblies = null ) : IEnumerable
RunClassConstructor ( Type type ) : void

비공개 메소드들

메소드 설명
DetermineSelfAssemblies ( ) : System.Reflection.Assembly[]
EnumerateDirectory ( Assembly>.Dictionary assemblies, string path ) : void
ReferencesSerenity ( Assembly assembly ) : bool

메소드 상세

GetTypesWithInterface() 공개 정적인 메소드

public static GetTypesWithInterface ( Type intf, Assembly assemblies = null ) : IEnumerable
intf System.Type
assemblies System.Reflection.Assembly
리턴 IEnumerable

RunClassConstructor() 공개 정적인 메소드

public static RunClassConstructor ( Type type ) : void
type System.Type
리턴 void