C# 클래스 WebAPISelfHostNonOWIN.WebAPILoader

To host the Web API successfully the assembly must be loaded in the host process. Although we referenced assembly, it won't be loaded automatically unless we use any of its types or load it explicitly. In our case we need to explicitly load it it can then be consumed successfully by the client application.
상속: System.Web.Http.Dispatcher.DefaultAssembliesResolver
파일 보기 프로젝트 열기: thinktecture/windows-js-integration-demos

공개 메소드들

메소드 설명
GetAssemblies ( ) : ICollection

메소드 상세

GetAssemblies() 공개 메소드

public GetAssemblies ( ) : ICollection
리턴 ICollection