MethodMeta Invoke Method (Object)Cognex VisionPro 9.21 SR1

Invoke the method.

Namespace: Cognex.Vision.Meta
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
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