Click or drag to resize

Toolbox Class

http://www.emgu.com
utilities functions for Emgu
Inheritance Hierarchy
SystemObject
  Emgu.TF.UtilToolbox

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.4.1.1202
Syntax
public static class Toolbox

The Toolbox type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindAssembly
Find the loaded assembly with the specific assembly name
Public methodStatic memberLoadLibrary
Maps the specified executable module into the address space of the calling process.
Public methodStatic memberSetDllDirectory
Adds a directory to the search path used to locate DLLs for the application
Top
See Also