TraceEvent 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.
Represents a trace event.
[System.Runtime.InteropServices.Guid("91A789BC-E474-4cc1-BD9C-94AD212B3F52")]
public sealed class TraceEvent : ICloneable, System.Xml.Serialization.IXmlSerializable
[<System.Runtime.InteropServices.Guid("91A789BC-E474-4cc1-BD9C-94AD212B3F52")>]
type TraceEvent = class
interface ICloneable
interface IXmlSerializable
Public NotInheritable Class TraceEvent
Implements ICloneable, IXmlSerializable
- Inheritance
-
TraceEvent
- Attributes
- Implements
Constructors
TraceEvent() |
Initializes a new instance of the TraceEvent class. |
TraceEvent(TraceEventClass) |
Initializes a new instance of the TraceEvent class. |
Properties
Columns |
Gets a collection that contains all the columns in the event. |
EventID |
Gets or sets a value that identifies the event. |
Methods
Clone() |
Returns a clone of the object. |
CopyTo(TraceEvent) |
Copies the content of this object to another object (the destination). |
Explicit Interface Implementations
ICloneable.Clone() | |
IXmlSerializable.GetSchema() | |
IXmlSerializable.ReadXml(XmlReader) | |
IXmlSerializable.WriteXml(XmlWriter) |