CogToolTerminals CogMethodInfo Constructor (MethodInfo,  Object )Cognex VisionPro
Creates a new instance of the CogMethodInfo class.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

public CogMethodInfo(
	MethodInfo methodInfo,
	Object[] arguments
)

Parameters

methodInfo
Type: System.Reflection MethodInfo
A MethodInfo to wrap.
arguments
Type:  System Object 
The arguments to use, if any, when calling the wrapped MethodInfo.
See Also