DkmEventDescriptorS Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |