C# 클래스 ClearCanvas.Common.PluginManager

Loads plugin assemblies dynamically from disk and exposes meta-data about the set of installed plugins, extension points, and extensions to the application.
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas 1 사용 예제들

공개 메소드들

메소드 설명
EnableBackgroundAssemblyLoading ( bool enable ) : void

Enables or disables loading of any outstanding plugin assemblies on a background thread.

비공개 메소드들

메소드 설명
EnsurePluginInfoLoaded ( ) : void
GetMetadataCacheFilePath ( string &alternates ) : string
LoadPluginInfo ( ) : void
PluginManager ( string pluginDir ) : System

메소드 상세

EnableBackgroundAssemblyLoading() 공개 메소드

Enables or disables loading of any outstanding plugin assemblies on a background thread.
public EnableBackgroundAssemblyLoading ( bool enable ) : void
enable bool
리턴 void