Invoke the method.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
Parameters
- subject
- Type: System Object
The object on which to invoke the given method (use nullptr for static methods)
- arg0
- Type: System Object
The 0th argument passed to the invokee
- arg1
- Type: System Object
The 1st argument passed to the invokee
- arg2
- Type: System Object
The 2nd argument passed to the invokee
- arg3
- Type: System Object
The 3rd argument passed to the invokee
Return Value
Type: ObjectExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The Method does not accept 4 arguments |
| InvalidCastException | The Method arguments are not the correct type |
| ArgumentException | The subject is null or invalid |
See Also