C# 클래스 NCldr.NCldrDataSources

NCldrDataSources is a collection of NCLDR Data Sources
파일 보기 프로젝트 열기: GuySmithFerrier/NCLDR

공개 메소드들

메소드 설명
Discover ( string path = null ) : void

Discover finds third party INCldrFileDataSources in a given path

비공개 메소드들

메소드 설명
GetDataSourcesFromAssembly ( string assemblyFilename ) : INCldrFileDataSource[]

GetDataSourcesFromAssembly gets an array of INCldrFileDataSource objects from a given assembly

NCldrDataSources ( ) : System

Initializes static members of the NCldrDataSources class

메소드 상세

Discover() 공개 정적인 메소드

Discover finds third party INCldrFileDataSources in a given path
public static Discover ( string path = null ) : void
path string The path containing assemblies that include INCldrFileDataSources
리턴 void