Class TargetDomainEvent
Provides static event descriptors for the ITarget.
public static class TargetDomainEvent
- Inheritance
-
TargetDomainEvent
- Inherited Members
Properties
AttachedToTarget
Issued when attached to target because of auto-attach or attachToTarget command.
public static EventDescriptor<CdpEventArgs<AttachedToTargetEventArgs>> AttachedToTarget { get; }
Property Value
- EventDescriptor<CdpEventArgs<AttachedToTargetEventArgs>>
DetachedFromTarget
Issued when detached from target for any reason (including detachFromTarget command). Can be issued multiple times per target if multiple sessions have been attached to it.
public static EventDescriptor<CdpEventArgs<DetachedFromTargetEventArgs>> DetachedFromTarget { get; }
Property Value
- EventDescriptor<CdpEventArgs<DetachedFromTargetEventArgs>>
ReceivedMessageFromTarget
Notifies about a new protocol message received from the session (as reported in attachedToTarget event).
public static EventDescriptor<CdpEventArgs<ReceivedMessageFromTargetEventArgs>> ReceivedMessageFromTarget { get; }
Property Value
- EventDescriptor<CdpEventArgs<ReceivedMessageFromTargetEventArgs>>
TargetCrashed
Issued when a target has crashed.
public static EventDescriptor<CdpEventArgs<TargetCrashedEventArgs>> TargetCrashed { get; }
Property Value
- EventDescriptor<CdpEventArgs<TargetCrashedEventArgs>>
TargetCreated
Issued when a possible inspection target is created.
public static EventDescriptor<CdpEventArgs<TargetCreatedEventArgs>> TargetCreated { get; }
Property Value
- EventDescriptor<CdpEventArgs<TargetCreatedEventArgs>>
TargetDestroyed
Issued when a target is destroyed.
public static EventDescriptor<CdpEventArgs<TargetDestroyedEventArgs>> TargetDestroyed { get; }
Property Value
- EventDescriptor<CdpEventArgs<TargetDestroyedEventArgs>>
TargetInfoChanged
Issued when some information about a target has changed. This only happens between targetCreated and targetDestroyed.
public static EventDescriptor<CdpEventArgs<TargetInfoChangedEventArgs>> TargetInfoChanged { get; }
Property Value
- EventDescriptor<CdpEventArgs<TargetInfoChangedEventArgs>>