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.2.0.1010 (2.2.0.1010)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class Operation : ICodeGenerable
Public Class Operation _
	Implements ICodeGenerable
public ref class Operation : ICodeGenerable

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Operation(MethodInfo, array<Object>[]()[][])
Craete an operation using the specific method and parameters
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
InvokeMethod(Object)
Call the specific method with the specific parameters on the provided instance
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Method
The MethodInfo
Parameters
The parameters for this method
ToCode(ProgrammingLanguage)
Represent this operation as code
ToString()()()()
Represent this operation as a string
(Overrides Object..::..ToString()()()().)

Inheritance Hierarchy

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

See Also