Click or drag to resize

ToolboxFindAssembly Method

http://www.emgu.com
Find the loaded assembly with the specific assembly name

Namespace:  Emgu.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static Assembly FindAssembly(
	string assembleName
)

Parameters

assembleName
Type: SystemString
The name of the assembly

Return Value

Type: Assembly
The assembly.
See Also