CvInvokeCvErrorCallback Class |
Namespace: Emgu.CV
The CvInvokeCvErrorCallback type exposes the following members.
| Name | Description | |
|---|---|---|
| CvInvokeCvErrorCallback | Initializes a new instance of the CvInvokeCvErrorCallback class |
| Name | Description | |
|---|---|---|
| Method | Gets the method represented by the delegate. (Inherited from Delegate.) | |
| Target | Gets the class instance on which the current delegate invokes the instance method. (Inherited from Delegate.) |
| Name | Description | |
|---|---|---|
| BeginInvoke | ||
| Clone | Creates a shallow copy of the delegate. (Inherited from Delegate.) | |
| CombineImpl | (Inherited from MulticastDelegate.) | |
| DynamicInvoke | Dynamically invokes (late-bound) the method represented by the current delegate. (Inherited from Delegate.) | |
| DynamicInvokeImpl | Dynamically invokes (late-bound) the method represented by the current delegate. (Inherited from Delegate.) | |
| EndInvoke | ||
| Equals | Determines whether this multicast delegate and the specified object are equal. (Inherited from MulticastDelegate.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from MulticastDelegate.) | |
| GetInvocationList | Returns the invocation list of this multicast delegate, in invocation order. (Inherited from MulticastDelegate.) | |
| GetMethodImpl | Returns a static method represented by the current MulticastDelegate. (Inherited from MulticastDelegate.) | |
| GetObjectData | Populates a SerializationInfo object with all the data needed to serialize this instance. (Inherited from MulticastDelegate.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Invoke | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveImpl | Removes an element from the invocation list of this MulticastDelegate that is equal to the specified delegate. (Inherited from MulticastDelegate.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |