Is it possible to load an assembly into `AppDomainContext` using [this ](https://msdn.microsoft.com/en-us/library/h538bck7(v=vs.110).aspx) method? LoadAssembly is accepting only a string.
Is it possible to load an assembly into
AppDomainContextusing this method? LoadAssembly is accepting only a string.