An operation contains the MethodInfo and the methods parameters. It provides a way to invoke a specific method with the specific parameters.
Namespace:
Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public class Operation : ICodeGenerable |
| Visual Basic (Declaration) |
|---|
Public Class Operation _ Implements ICodeGenerable |
| Visual C++ |
|---|
public ref class Operation : ICodeGenerable |