Creates a new instance of the CogMethodInfo class.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
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