Method OpenAndGetAssembly
OpenAndGetAssembly(Uri, Uri?)
Opens the asset with the requested URI and returns the asset stream and the assembly containing the asset.
public (Stream stream, Assembly assembly) OpenAndGetAssembly(Uri uri, Uri? baseUri = null)
Parameters
Returns
- (Stream stream, Assembly assembly)
The stream containing the resource contents together with the assembly.
Exceptions
- FileNotFoundException
The asset could not be found.