EventOpcode Class

 

Contains an event opcode that is defined in an event provider. An opcode defines a numeric value that identifies the activity or a point within an activity that the application was performing when it raised the event.

Namespace:   System.Diagnostics.Eventing.Reader
Assembly:  System.Core (in System.Core.dll)

System::Object
  System.Diagnostics.Eventing.Reader::EventOpcode

[HostProtectionAttribute(SecurityAction::LinkDemand, MayLeakOnAbort = true)]
public ref class EventOpcode sealed 

NameDescription
System_CAPS_pubpropertyDisplayName

Gets the localized name for an event opcode.

System_CAPS_pubpropertyName

Gets the non-localized name for an event opcode.

System_CAPS_pubpropertyValue

Gets the numeric value associated with the event opcode.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

This class cannot be instantiated. A ProviderMetadata object defies a list of EventOpcode objects, one for each opcode defined in the provider.

The standard event opcodes are defined in the StandardEventOpcode enumeration.

.NET Framework
Available since 3.5

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

System.Diagnostics.Eventing.Reader Namespace
Technology Summary for Reading and Managing Event Logs
Event Log Scenarios

Return to top
Show: