CvGetModuleInfo Method OpenCvSharp Class Library
Retrieves information about the registered module(s) and plugins

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void GetModuleInfo(
	string moduleName,
	out string version,
	out string loadedAddonPlugins
)

Parameters

moduleName
Type: SystemString
Name of the module of interest, or null, which means all the modules.
version
Type: SystemString
The output parameter. Information about the module(s), including version.
loadedAddonPlugins
Type: SystemString
The list of names and versions of the optimized plugins that CXCORE was able to find and load.
See Also

Reference