Returns information about one of or all of the registered modules
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Public Shared Sub GetModuleInfo ( _ <OutAttribute> ByRef pluginName As String, _ <OutAttribute> ByRef versionName As String _ )
public: static void GetModuleInfo( [OutAttribute] String^% pluginName, [OutAttribute] String^% versionName )