BeginInit() | System.Diagnostics.EventLog | |
CanRaiseEvents | System.ComponentModel.Component | protected |
Clear() | System.Diagnostics.EventLog | |
Close() | System.Diagnostics.EventLog | |
Container | System.ComponentModel.Component | |
CreateEventSource(string source, string logName) | System.Diagnostics.EventLog | static |
CreateEventSource(string source, string logName, string machineName) | System.Diagnostics.EventLog | static |
CreateEventSource(EventSourceCreationData sourceData) | System.Diagnostics.EventLog | static |
CreateObjRef(Type requestedType) | System.MarshalByRefObject | virtual |
Delete(string logName) | System.Diagnostics.EventLog | static |
Delete(string logName, string machineName) | System.Diagnostics.EventLog | static |
DeleteEventSource(string source) | System.Diagnostics.EventLog | static |
DeleteEventSource(string source, string machineName) | System.Diagnostics.EventLog | static |
DesignMode | System.ComponentModel.Component | protected |
Dispose(bool disposing) | System.Diagnostics.EventLog | protectedvirtual |
System::ComponentModel::Component.Dispose() | System.ComponentModel.Component | |
Disposed | System.ComponentModel.Component | |
EnableRaisingEvents | System.Diagnostics.EventLog | |
EndInit() | System.Diagnostics.EventLog | |
Entries | System.Diagnostics.EventLog | |
EntryWritten | System.Diagnostics.EventLog | |
EventLog() | System.Diagnostics.EventLog | |
EventLog(string logName) | System.Diagnostics.EventLog | |
EventLog(string logName, string machineName) | System.Diagnostics.EventLog | |
EventLog(string logName, string machineName, string source) | System.Diagnostics.EventLog | |
Events | System.ComponentModel.Component | protected |
Exists(string logName) | System.Diagnostics.EventLog | static |
Exists(string logName, string machineName) | System.Diagnostics.EventLog | static |
GetEventLogs() | System.Diagnostics.EventLog | static |
GetEventLogs(string machineName) | System.Diagnostics.EventLog | static |
GetLifetimeService() | System.MarshalByRefObject | |
GetService(Type service) | System.ComponentModel.Component | protectedvirtual |
InitializeLifetimeService() | System.MarshalByRefObject | virtual |
Log | System.Diagnostics.EventLog | |
LogDisplayName | System.Diagnostics.EventLog | |
LogNameFromSourceName(string source, string machineName) | System.Diagnostics.EventLog | static |
MachineName | System.Diagnostics.EventLog | |
MaximumKilobytes | System.Diagnostics.EventLog | |
MemberwiseClone(bool cloneIdentity) | System.MarshalByRefObject | protected |
MinimumRetentionDays | System.Diagnostics.EventLog | |
ModifyOverflowPolicy(OverflowAction action, int retentionDays) | System.Diagnostics.EventLog | |
OverflowAction | System.Diagnostics.EventLog | |
RegisterDisplayName(string resourceFile, long resourceId) | System.Diagnostics.EventLog | |
Site | System.ComponentModel.Component | |
Source | System.Diagnostics.EventLog | |
SourceExists(string source) | System.Diagnostics.EventLog | static |
SourceExists(string source, string machineName) | System.Diagnostics.EventLog | static |
SynchronizingObject | System.Diagnostics.EventLog | |
ToString() | System.ComponentModel.Component | |
WriteEntry(string message) | System.Diagnostics.EventLog | |
WriteEntry(string source, string message) | System.Diagnostics.EventLog | static |
WriteEntry(string message, EventLogEntryType type) | System.Diagnostics.EventLog | |
WriteEntry(string source, string message, EventLogEntryType type) | System.Diagnostics.EventLog | static |
WriteEntry(string message, EventLogEntryType type, int eventID) | System.Diagnostics.EventLog | |
WriteEntry(string source, string message, EventLogEntryType type, int eventID) | System.Diagnostics.EventLog | static |
WriteEntry(string message, EventLogEntryType type, int eventID, short category) | System.Diagnostics.EventLog | |
WriteEntry(string source, string message, EventLogEntryType type, int eventID, short category) | System.Diagnostics.EventLog | static |
WriteEntry(string source, string message, EventLogEntryType type, int eventID, short category, byte[] rawData) | System.Diagnostics.EventLog | static |
WriteEntry(string message, EventLogEntryType type, int eventID, short category, byte[] rawData) | System.Diagnostics.EventLog | |
WriteEvent(EventInstance instance, params object[] values) | System.Diagnostics.EventLog | |
WriteEvent(EventInstance instance, byte[] data, params object[] values) | System.Diagnostics.EventLog | |
WriteEvent(string source, EventInstance instance, params object[] values) | System.Diagnostics.EventLog | static |
WriteEvent(string source, EventInstance instance, byte[] data, params object[] values) | System.Diagnostics.EventLog | static |