Call the specific method with the specific parameters on the provided instance

Namespace:  Emgu.CV.UI
Assembly:  Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Object InvokeMethod(
	Object instance
)
Visual Basic (Declaration)
Public Function InvokeMethod ( _
	instance As Object _
) As Object
Visual C++
public:
Object^ InvokeMethod(
	Object^ instance
)

Parameters

instance
Type: System..::.Object
The instance to call the method

Return Value

[Missing <returns> documentation for "M:Emgu.CV.UI.Operation.InvokeMethod(System.Object)"]

See Also