Inheritance Hierarchy
System WeakReference
Cognex.VisionPro.Implementation.Internal CogWeakChangedEventDelegate
Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
The CogWeakChangedEventDelegate type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogWeakChangedEventDelegate |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetObjectData | Populates a SerializationInfo object with all the data needed to serialize the current WeakReference object. (Inherited from WeakReference.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| RegisterChangedHandler | ||
| ToString | (Inherited from Object.) | |
| UnregisterChangedHandler |
Properties
| Name | Description | |
|---|---|---|
| IsAlive | Gets an indication whether the object referenced by the current WeakReference object has been garbage collected. (Inherited from WeakReference.) | |
| Target | Gets or sets the object (the target) referenced by the current WeakReference object. (Inherited from WeakReference.) | |
| TrackResurrection | Gets an indication whether the object referenced by the current WeakReference object is tracked after it is finalized. (Inherited from WeakReference.) |
See Also