Click or drag to resize

ToolboxFindAssembly Method

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

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.8.0.1418
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