CogWeakChangedEventDelegate ClassCognex VisionPro 9.25 SR1
Inheritance Hierarchy

System Object
  System WeakReference
    Cognex.VisionPro.Implementation.Internal CogWeakChangedEventDelegate

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

public sealed class CogWeakChangedEventDelegate : WeakReference

The CogWeakChangedEventDelegate type exposes the following members.

Constructors

  NameDescription
Public methodCogWeakChangedEventDelegate(CogChangedEventHandler)
Public methodCogWeakChangedEventDelegate(Object, MethodInfo)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData
Populates a SerializationInfo object with all the data needed to serialize the current WeakReference object.
(Inherited from WeakReference.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRegisterChangedHandler
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUnregisterChangedHandler
Top
Properties

  NameDescription
Public propertyIsAlive
Gets an indication whether the object referenced by the current WeakReference object has been garbage collected.
(Inherited from WeakReference.)
Public propertyTarget
Gets or sets the object (the target) referenced by the current WeakReference object.
(Inherited from WeakReference.)
Public propertyTrackResurrection
Gets an indication whether the object referenced by the current WeakReference object is tracked after it is finalized.
(Inherited from WeakReference.)
Top
See Also