DefaultAssemblyLoadContext.LoadStream(Stream, Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual System::Reflection::Assembly ^ LoadStream(System::IO::Stream ^ assembly, System::IO::Stream ^ symbols);
public System.Reflection.Assembly LoadStream (System.IO.Stream assembly, System.IO.Stream symbols);
abstract member LoadStream : System.IO.Stream * System.IO.Stream -> System.Reflection.Assembly
override this.LoadStream : System.IO.Stream * System.IO.Stream -> System.Reflection.Assembly
Public Function LoadStream (assembly As Stream, symbols As Stream) As Assembly
Parameters
- assembly
- Stream
- symbols
- Stream