Inheritance Hierarchy
Cognex.Vision ShareableBase
Cognex.Vision ChangedEventShareableBase
Cognex.Vision.Implementation.Internal MultiPropertyWatcher
Namespace: Cognex.Vision.Implementation.Internal
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
The MultiPropertyWatcher type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MultiPropertyWatcher |
Methods
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides ChangedEventShareableBase Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides ChangedEventShareableBase GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the description of the object type. (Overrides ShareableBase GetTypeMeta .) | |
| IsWatchingPath | ||
| ResumeAndRaiseChangedEvent | (Overrides ChangedEventShareableBase ResumeAndRaiseChangedEvent .) | |
| SuspendChangedEvent | (Overrides ChangedEventShareableBase SuspendChangedEvent .) | |
| ToString | Converts this object to a string representation. (Overrides Object ToString .) |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two MultiPropertyWatcher objects. | |
| Inequality | Compares the inequality of two MultiPropertyWatcher objects. |
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | (Overrides ChangedEventShareableBase ChangedEventSuspended.) | |
| Handle | (Overrides ChangedEventShareableBase Handle.) |
Events
| Name | Description | |
|---|---|---|
| Changed | (Overrides ChangedEventShareableBase Changed.) |
See Also