C# Class 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.
Inheritance: System.Web.Http.Dispatcher.DefaultAssembliesResolver
显示文件 Open project: thinktecture/windows-js-integration-demos

Public Methods

Method Description
GetAssemblies ( ) : ICollection

Method Details

GetAssemblies() public method

public GetAssemblies ( ) : ICollection
return ICollection