Returns information about one of or all of the registered modules

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1062 (2.2.1.1062)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void GetModuleInfo(
	out string pluginName,
	out string versionName
)
Public Shared Sub GetModuleInfo ( _
	<OutAttribute> ByRef pluginName As String, _
	<OutAttribute> ByRef versionName As String _
)
public:
static void GetModuleInfo(
	[OutAttribute] String^% pluginName, 
	[OutAttribute] String^% versionName
)

Parameters

pluginName
String%
The list of names and versions of the optimized plugins that CXCORE was able to find and load
versionName
String%
Information about the module(s), including version

See Also