C# 클래스 Open.Core.Composition.DirectoryCompositionInitializer

Handles initialization of server parts.
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes the container to the base-directory the application is running in.

Initialize ( string path ) : void

Initializes the container.

Reset ( ) : void

Resets the initializer (used for testing).

SatisfyImports ( object instance ) : void

Satifies imports on the given instance.

메소드 상세

Initialize() 공개 정적인 메소드

Initializes the container to the base-directory the application is running in.
public static Initialize ( ) : void
리턴 void

Initialize() 공개 정적인 메소드

Initializes the container.
public static Initialize ( string path ) : void
path string The path to the directory.
리턴 void

Reset() 공개 정적인 메소드

Resets the initializer (used for testing).
public static Reset ( ) : void
리턴 void

SatisfyImports() 공개 정적인 메소드

Satifies imports on the given instance.
public static SatisfyImports ( object instance ) : void
instance object The instance to satisfy.
리턴 void