MethodMeta Invoke Method (Object)Cognex VisionPro 9.21

Invoke the method.

Namespace: Cognex.Vision.Meta
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax

public Object Invoke(
	Object subject
)

Parameters

subject
Type: System Object
The object on which to invoke the given method (use nullptr for static methods)

Return Value

Type: Object
Exceptions

ExceptionCondition
ArgumentExceptionThe subject is null or invalid
See Also