Mono Class Library: Overview

System.Diagnostics.EventLog: Members

The members of System.Diagnostics.EventLog are listed below.

See Also: Inherited members from System.ComponentModel.Component

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

EnableRaisingEventsbool. Documentation for this section has not yet been entered.
[read-only]
EntriesEventLogEntryCollection. Documentation for this section has not yet been entered.
Logstring. Documentation for this section has not yet been entered.
[read-only]
LogDisplayNamestring. Documentation for this section has not yet been entered.
MachineNamestring. Documentation for this section has not yet been entered.
MaximumKilobyteslong. Documentation for this section has not yet been entered.
[read-only]
MinimumRetentionDaysint. Documentation for this section has not yet been entered.
[read-only]
OverflowActionOverflowAction. Documentation for this section has not yet been entered.
Sourcestring. Documentation for this section has not yet been entered.
SynchronizingObjectSystem.ComponentModel.ISynchronizeInvoke. Documentation for this section has not yet been entered.

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.

Public Events

EntryWrittenDocumentation for this section has not yet been entered.