📄 opennetcf.xml
字号:
Default constructor
</summary>
</member>
<member name="P:OpenNETCF.Diagnostics.EntryWrittenEventArgs.EventLogEntry">
<summary>
The event log entry that was written to the log
</summary>
</member>
<member name="T:OpenNETCF.Diagnostics.EntryWrittenEventHandler">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="T:OpenNETCF.Diagnostics.EventLog">
<summary>
Class is similar to the System.Diagnostics.EventLog in the full framework with a few differences.
1. Since CE.Net and PPC have no event log we write the log to the application root directory as an XML file
2. Every Application will have it's own log. There will not be one log system/device wide
3. Attempted to keep as close as possible to the full framework class but some things are missing
</summary>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.#ctor(System.String,System.String,OpenNETCF.Diagnostics.IEventLogWriter)">
<summary>
Overloaded constructor were a custom IEventLogWriter can be specified
</summary>
<param name="log">Indicates the log item</param>
<param name="source">Indicates what logged the event</param>
<param name="customEventLogWriter">Custom event log writter which implements IEventLogWriter</param>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.#ctor(System.String,System.String,OpenNETCF.Diagnostics.EventLogWriterType)">
<summary>
Default constructor.
</summary>
<param name="log">Indicates the log item</param>
<param name="source">Indicates what logged the event</param>
<param name="type"></param>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.#ctor(System.String,System.String,System.String,System.String,OpenNETCF.Diagnostics.EventLogWriterType)">
<summary>
Overloaded constructor
</summary>
<param name="log">Indicates the log item</param>
<param name="source">Indicates what logged the event</param>
<param name="path"></param>
<param name="fileName"></param>
<param name="type"></param>
</member>
<member name="M:OpenNETCF.Diagnostics.EventLog.Delete(System.String)">
<summary>
Removes an event log from the local file.
</summary>
<param name="logName">The name of the log to delete.</param>
</member>
<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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -