Mono Class Library: Overview

System.Diagnostics.EventLog: Method Members

The methods of System.Diagnostics.EventLog are listed below. For a list of all members, see the EventLog Members list.

See Also: Inherited members from System.ComponentModel.Component

Public Methods

BeginInit()
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
Close()
Documentation for this section has not yet been entered.
static
CreateEventSource(EventSourceCreationData)
Documentation for this section has not yet been entered.
static
CreateEventSource(string, string)
Documentation for this section has not yet been entered.
static
CreateEventSource(string, string, string)
Documentation for this section has not yet been entered.
static
Delete(string)
Documentation for this section has not yet been entered.
static
Delete(string, string)
Documentation for this section has not yet been entered.
static
DeleteEventSource(string)
Documentation for this section has not yet been entered.
static
DeleteEventSource(string, string)
Documentation for this section has not yet been entered.
EndInit()
Documentation for this section has not yet been entered.
static
Exists(string) : bool
Documentation for this section has not yet been entered.
static
Exists(string, string) : bool
Documentation for this section has not yet been entered.
static
GetEventLogs() : EventLog[]
Documentation for this section has not yet been entered.
static
GetEventLogs(string) : EventLog[]
Documentation for this section has not yet been entered.
static
LogNameFromSourceName(string, string) : string
Documentation for this section has not yet been entered.
ModifyOverflowPolicy(OverflowAction, int)
Documentation for this section has not yet been entered.
RegisterDisplayName(string, long)
Documentation for this section has not yet been entered.
static
SourceExists(string) : bool
Documentation for this section has not yet been entered.
static
SourceExists(string, string) : bool
Documentation for this section has not yet been entered.
WriteEntry(string)
Documentation for this section has not yet been entered.
WriteEntry(string, EventLogEntryType)
Documentation for this section has not yet been entered.
static
WriteEntry(string, string)
Documentation for this section has not yet been entered.
WriteEntry(string, EventLogEntryType, int)
Documentation for this section has not yet been entered.
static
WriteEntry(string, string, EventLogEntryType)
Documentation for this section has not yet been entered.
WriteEntry(string, EventLogEntryType, int, short)
Documentation for this section has not yet been entered.
static
WriteEntry(string, string, EventLogEntryType, int)
Documentation for this section has not yet been entered.
WriteEntry(string, EventLogEntryType, int, short, byte[])
Documentation for this section has not yet been entered.
static
WriteEntry(string, string, EventLogEntryType, int, short)
Documentation for this section has not yet been entered.
static
WriteEntry(string, string, EventLogEntryType, int, short, byte[])
Documentation for this section has not yet been entered.
WriteEvent(EventInstance, params object[])
Documentation for this section has not yet been entered.
WriteEvent(EventInstance, byte[], params object[])
Documentation for this section has not yet been entered.
static
WriteEvent(string, EventInstance, params object[])
Documentation for this section has not yet been entered.
static
WriteEvent(string, EventInstance, byte[], params object[])
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Documentation for this section has not yet been entered.