OPC Labs Base Library
LogEntryEventArgs Object Members
Overview 
OpcLabs_BaseLib ActiveX DLL : LogEntryEventArgs Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Sets an array of bytes that holds the binary data associated with the entry.

 

DISPID (Dispatch ID):

 

For more information, see SetRawData in .NET Reference.

Public Properties
The application-specific subcategory associated with the message.

 

DISPID (Dispatch ID):

 

For more information, see Category in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Specifies the event type of an event log entry.

 

DISPID (Dispatch ID):

 

For more information, see EntryType in .NET Reference.

The application-specific identifier for the event.

 

DISPID (Dispatch ID):

 

For more information, see EventId in .NET Reference.

The message text.

 

DISPID (Dispatch ID):

 

For more information, see Message in .NET Reference.

An array of bytes that holds the binary data associated with the entry.

 

DISPID (Dispatch ID):

 

For more information, see RawData in .NET Reference.

The name of the event source.

 

DISPID (Dispatch ID):

 

For more information, see Source in .NET Reference.

Date and time of the log entry message. In UTC.

 

DISPID (Dispatch ID):

 

For more information, see Timestamp in .NET Reference.

Date and time of the log entry message. In UTC, as double-precision floating-point number that contains an OLE Automation date.

 

DISPID (Dispatch ID):

 

For more information, see TimestampDouble in .NET Reference.

Date and time of the log entry message. In local time.

 

DISPID (Dispatch ID):

 

For more information, see TimestampLocal in .NET Reference.

Date and time of the log entry message. In local time, as double-precision floating-point number that contains an OLE Automation date.

 

DISPID (Dispatch ID):

 

For more information, see TimestampLocalDouble in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

See Also

LogEntryEventArgs Object