Click or drag to resize

HostUtilsLoadAssemblyFromStream Method

Calls Assembly.Load(byte[]) in .NET 4.8. May call a different routine under .NET Core

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.23
Syntax
public static Assembly LoadAssemblyFromStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:Rhino.Runtime.HostUtils.LoadAssemblyFromStream(System.IO.Stream)"]

Return Value

Type: Assembly

[Missing <returns> documentation for "M:Rhino.Runtime.HostUtils.LoadAssemblyFromStream(System.IO.Stream)"]

See Also