Click or drag to resize

ToolboxFindAssembly Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Find the loaded assembly with the specific assembly name

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public static Assembly FindAssembly(
	string assembleName
)

Parameters

assembleName
Type: SystemString

[Missing <param name="assembleName"/> documentation for "M:Emgu.TF.Util.Toolbox.FindAssembly(System.String)"]

Return Value

Type: Assembly

[Missing <returns> documentation for "M:Emgu.TF.Util.Toolbox.FindAssembly(System.String)"]

See Also