EventLogEntry Members (Visual J# Syntax)
Visual Studio .NET 2003
This topic shows Visual J# syntax for the .NET Framework library. For more information, click the link to the corresponding .NET Framework topic.
Declaration
/** @attribute System.SerializableAttribute() */ /** @attribute System.ComponentModel.ToolboxItemAttribute(ToolboxItemTypeName = "") */ /** @attribute System.ComponentModel.DesignTimeVisibleAttribute(Visible = false) */ public class EventLogEntry extends System.ComponentModel.Component implements System.Runtime.Serialization.ISerializable
Public Properties
public System.String get_Category(); public short get_CategoryNumber(); public ubyte[] get_Data(); public System.Diagnostics.EventLogEntryType get_EntryType(); public int get_EventID(); public int get_Index(); public System.String get_MachineName(); public System.String get_Message(); public System.String[] get_ReplacementStrings(); public System.String get_Source(); public System.DateTime get_TimeGenerated(); public System.DateTime get_TimeWritten(); public System.String get_UserName();
Public Methods
public boolean Equals( System.Diagnostics.EventLogEntry otherEntry );