C# 클래스 OpenSlx.AutoWire.Inspector

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: nicocrm/OpenSlx

공개 메소드들

메소드 설명
CollectMethodDescriptionsForApp ( String basePath ) : List
InitializeDomain ( String deploymentFolder ) : void

비공개 메소드들

메소드 설명
CollectMethodDescriptionsForAssembly ( string file, List result ) : void

Check for custom "AutoWire" attributes added to any (static) method in the assembly, and populate corresponding descriptions.

CurrentDomain_ReflectionOnlyAssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
FormatType ( Type targetType ) : string

메소드 상세

CollectMethodDescriptionsForApp() 공개 메소드

public CollectMethodDescriptionsForApp ( String basePath ) : List
basePath String
리턴 List

InitializeDomain() 공개 메소드

public InitializeDomain ( String deploymentFolder ) : void
deploymentFolder String
리턴 void