Click or drag to resize

ToolboxFindAssembly Method

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

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