OperationInvokeMethod Method |
http://www.emgu.com
Call the specific method with the specific parameters on the provided instance
Namespace:
Emgu.CV.UI
Assemblies:
Emgu.CV.Platform.NetCore (in Emgu.CV.Platform.NetCore.dll) Version: 4.3.0.3890
Emgu.CV.Platform.NetFramework (in Emgu.CV.Platform.NetFramework.dll) Version: 4.3.0.3890 (4.3.0.3890)
Syntaxpublic Object InvokeMethod(
Object instance
)
Public Function InvokeMethod (
instance As Object
) As Object
public:
Object^ InvokeMethod(
Object^ instance
)
member InvokeMethod :
instance : Object -> Object
Parameters
- instance
- Type: SystemObject
The instance to call the method
Return Value
Type:
Object[Missing <returns> documentation for "M:Emgu.CV.UI.Operation.InvokeMethod(System.Object)"]
See Also