📄 opennetcf.xml
字号:
<member name="M:OpenNETCF.Diagnostics.EventLog.GetEventLogs">
<summary>
Searches for all event logs on the local file and creates an array of EventLog objects that contain the list.
</summary>
<returns>An array of type EventLog that represents the logs on the local computer.</returns>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.Exists(System.String)">
<summary>
Determines whether the log exists on the local file.
</summary>
<param name="logName">The name of the log to search for.</param>
<remarks>The full framework defines this method as static. Since this is not a system wide log but an application specific log this method will only search for a Log Item with the current XML file.</remarks>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.Clear">
<summary>
Removes all entries from the event log.
</summary>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.Close">
<summary>
Closes the event log and releases read and write handles.
</summary>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.WriteEntry(System.String)">
<summary>
Writes an information type entry, with the given message text, to the event log.
</summary>
<param name="message">The string to write to the event log.</param>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.WriteEntry(System.String,OpenNETCF.Diagnostics.EventLogEntryType)">
<summary>
Writes an error, warning, information, success audit, or failure audit entry with the given message text to the event log.
</summary>
<param name="message">The string to write to the event log.</param>
<param name="type">One of the <see cref="T:OpenNETCF.Diagnostics.EventLogEntryType">EventLogEntryType</see> values.</param>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.WriteEntry(System.String,System.String)">
<summary>
Writes an information type entry with the given message text to the event log, using the specified event source.
</summary>
<param name="source">The source by which the application is registered. </param>
<param name="message">The string to write to the event log.</param>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.WriteEntry(System.String,OpenNETCF.Diagnostics.EventLogEntryType,System.Int32)">
<summary>
Writes an entry with the given message text and application-defined event identifier to the event log.
</summary>
<param name="message">The string to write to the event log. </param>
<param name="type">One of the <see cref="T:OpenNETCF.Diagnostics.EventLogEntryType">EventLogEntryType</see> values. </param>
<param name="eventID">The application-specific identifier for the event. </param>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.WriteEntry(System.String,System.String,OpenNETCF.Diagnostics.EventLogEntryType)">
<summary>
Writes an error, warning, information, success audit, or failure audit entry with the given message text to the event log, using the specified event source.
</summary>
<param name="source">The source by which the application is registered.</param>
<param name="message">The string to write to the event log.</param>
<param name="type">One of the <see cref="T:OpenNETCF.Diagnostics.EventLogEntryType">EventLogEntryType</see> values.</param>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.WriteEntry(System.String,OpenNETCF.Diagnostics.EventLogEntryType,System.Int32,System.Int16)">
<summary>
Writes an entry with the given message text, application-defined event identifier, and application-defined category to the event log.
</summary>
<param name="message">The string to write to the event log.</param>
<param name="type">One of the <see cref="T:OpenNETCF.Diagnostics.EventLogEntryType">EventLogEntryType</see> values.</param>
<param name="eventID">The application-specific identifier for the event.</param>
<param name="category">The application-specific subcategory associated with the message.</param>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.WriteEntry(System.String,System.String,OpenNETCF.Diagnostics.EventLogEntryType,System.Int32)">
<summary>
Writes an entry with the given message text and application-defined event identifier to the event log, using the specified registered event source.
</summary>
<param name="source">The source by which the application is registered on the specified computer. </param>
<param name="message">the string to write to the event log.</param>
<param name="type">One of the <see cref="T:OpenNETCF.Diagnostics.EventLogEntryType">EventLogEntryType</see> values.</param>
<param name="eventID">The application-specific identifier for the event.</param>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.WriteEntry(System.String,OpenNETCF.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[])">
<summary>
Writes an entry with the given message text, application-defined event identifier, and application-defined category to the event log, and appends binary data to the message.
</summary>
<param name="message">the string to write to the event log.</param>
<param name="type">One of the <see cref="T:OpenNETCF.Diagnostics.EventLogEntryType">EventLogEntryType</see> values.</param>
<param name="eventID">The application-specific identifier for the event.</param>
<param name="category">The application-specific subcategory associated with the message. </param>
<param name="rawData">An array of bytes that holds the binary data associated with the entry. </param>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.WriteEntry(System.String,System.String,OpenNETCF.Diagnostics.EventLogEntryType,System.Int32,System.Int16)">
<summary>
Writes an entry with the given message text, application-defined event identifier, and application-defined category to the event log, using the specified registered event source. The category can be used to filter events in the log.
</summary>
<param name="source">The source by which the application is registered on the specified computer. </param>
<param name="message">the string to write to the event log.</param>
<param name="type">One of the <see cref="T:OpenNETCF.Diagnostics.EventLogEntryType">EventLogEntryType</see> values.</param>
<param name="eventID">The application-specific identifier for the event.</param>
<param name="category">The application-specific subcategory associated with the message. </param>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.WriteEntry(System.String,System.String,OpenNETCF.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[])">
<summary>
Writes an entry with the given message text, application-defined event identifier, and application-defined category to the event log (using the specified registered event source) and appends binary data to the message.
</summary>
<param name="source">The source by which the application is registered on the specified computer. </param>
<param name="message">the string to write to the event log.</param>
<param name="type">One of the <see cref="T:OpenNETCF.Diagnostics.EventLogEntryType">EventLogEntryType</see> values.</param>
<param name="eventID">The application-specific identifier for the event.</param>
<param name="category">The application-specific subcategory associated with the message. </param>
<param name="rawData">An array of bytes that holds the binary data associated with the entry. </param>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.CheckForValidLog">
<summary>
Checks to see if the source is set
</summary>
<returns></returns>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.CreateEventLogWriter(System.String,System.String,System.String,System.String)">
<summary>
Creates the event log Writer object
</summary>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.OnEntryWritten(OpenNETCF.Diagnostics.EventLogEntry)">
<summary>
Notifies any listeners that an entry was written to the log
</summary>
<param name="e">the entry item that was written to the log</param>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.OnLogCleared">
<summary>
Notifies any listeners that the log was cleared
</summary>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.OnLogDisplayNameChanged">
<summary>
Notifies any listeners that log display name was changed
</summary>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.OnLogClosed">
<summary>
Notifies any listeners that log was closed
</summary>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.OnLogChanged">
<summary>
Notifies any listeners that log was changed
</summary>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.OnSourceChanged">
<summary>
Notifies any listeners that source was changed
</summary>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.OnEventLogAdded">
<summary>
Notifies any listeners that a log was added to the event log
</summary>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.eventLogWriter_EntryWritten(System.Object,OpenNETCF.Diagnostics.EventLogEntry)">
<summary>
Handler for the entry written event in the eventLogWriter
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.eventLogWriter_EventLogCollectionUpdated(System.Object,System.EventArgs)">
<summary>
event listeners when the eventlog collection is updated
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="E:OpenNETCF.Diagnostics.EventLog.LogChanged">
<summary>
Public event to notify listeners that the log has changed
</summary>
</member>
<member name="E:OpenNETCF.Diagnostics.EventLog.LogDisplayNameChanged">
<summary>
Public event to notify listeners that the log display name has changed
</summary>
</member>
<member name="E:OpenNETCF.Diagnostics.EventLog.LogClosed">
<summary>
Public event to notify listeners that the log has been closed
</summary>
</member>
<member name="E:OpenNETCF.Diagnostics.EventLog.LogCleared">
<summary>
Public event to notify listeners that the log has been cleared
</summary>
</member>
<member name="E:OpenNETCF.Diagnostics.EventLog.SourceChanged">
<summary>
Public event to notify listeners that the source has changed
</summary>
</member>
<member name="E:OpenNETCF.Diagnostics.EventLog.EventLogAdded">
<summary>
Notifies listeners if there is a new log in the eventLog
</summary>
</member>
<member name="E:OpenNETCF.Diagnostics.EventLog.EntryWritten">
<summary>
Occurs when an entry is written to an event log on the local computer
</summary>
</member>
<member name="P:OpenNETCF.Diagnostics.EventLog.EnableRaisingEvents">
<summary>
Gets or sets a value indicating whether the EventLog receives EntryWritten event notifications.
</summary>
</member>
<member name="P:OpenNETCF.Diagnostics.EventLog.Entries">
<summary>
Gets the contents of the event log.
</summary>
</member>
<member name="P:OpenNETCF.Diagnostics.EventLog.Log">
<summary>
Gets or sets the name of the log to read from or write to.
</summary>
</member>
<member name="P:OpenNETCF.Diagnostics.EventLog.LogDisplayName">
<summary>
Gets the event log's friendly name.
</summary>
</member>
<member name="P:OpenNETCF.Diagnostics.EventLog.Source">
<summary>
Gets or sets the source name to register and use when writing to the event log.
</summary>
</member>
<member name="P:OpenNETCF.Diagnostics.EventLog.LogFileName">
<summary>
Gets the file name the log is stored under. Defaults to the calling assembly name with ".Log" appended
</summary>
</member>
<member name="P:OpenNETCF.Diagnostics.EventLog.LogPath">
<summary>
Gets the path of where the log file is stored
</summary>
</member>
<member name="P:OpenNETCF.Diagnostics.EventLog.EventLogWriterType">
<summary>
Gets the eventLogWriterType
</summary>
</member>
<member name="T:OpenNETCF.Diagnostics.EventLogEntry">
<summary>
Summary description for EventLogEntry.
</summary>
</member>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -