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.UI
Assembly:  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

Inheritance Hierarchy

System..::.Object
  Emgu.CV.UI..::.Operation

See Also