DkmEventDescriptorS Class

Definition

Describes the event being processed and provides the ability for a component to suppress this event.

public ref class DkmEventDescriptorS : Microsoft::VisualStudio::Debugger::DkmEventDescriptor
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmEventDescriptorS : Microsoft::VisualStudio::Debugger::DkmEventDescriptor
[Windows::Foundation::Metadata::WebHostHidden]
class DkmEventDescriptorS : Microsoft::VisualStudio::Debugger::DkmEventDescriptor
public class DkmEventDescriptorS : Microsoft.VisualStudio.Debugger.DkmEventDescriptor
type DkmEventDescriptorS = class
    inherit DkmEventDescriptor
Public Class DkmEventDescriptorS
Inherits DkmEventDescriptor
Inheritance
DkmEventDescriptorS

Methods

Code()

Returns an enumeration code to indicate the type of event. May be helpful in diagnostic logging.

(Inherited from DkmEventDescriptor)
GetTimeStamp() (Inherited from DkmEventDescriptor)
Id()

Returns an id for the event. May be helpful in diagnostic logging.

(Inherited from DkmEventDescriptor)
Suppress()

This method is used to suppress event processing for this event. When called, the event will not be seen by components with a greater component level than the suppressing component.

Applies to