TfInvokeCheckLibraryLoaded Method |
http://www.emgu.com
Check to make sure all the unmanaged libraries are loaded
Namespace:
Emgu.TF
Assembly:
Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntaxpublic static bool CheckLibraryLoaded()
Public Shared Function CheckLibraryLoaded As Boolean
public:
static bool CheckLibraryLoaded()
static member CheckLibraryLoaded : unit -> bool
Return Value
Type:
BooleanTrue if library loaded
See Also