System
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.3300.0
1.0.5000.0
2.0.0.0
4.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.Object
System.Collections.ICollection
Use the class when reading the entries associated with an instance. The property of the class is a collection of all the entries in the event log.
Because new entries are appended to the existing list, stepping through the collection enables you to access the entries that were created after you originally created the . However, after you view the entire list, it is not updated with new entries.
Defines size and enumerators for a collection of instances.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Void
To be added.
Because new entries are appended to the existing list, stepping through the collection enables you to access the entries that were created after you originally created the . An array of instances is fixed at the time it is instantiated. Therefore, you cannot read new entries by using the array that is returned by the method.
Copies the elements of the to an array of instances, starting at a particular array index.
The zero-based index in the array at which copying begins.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Int32
To be added: an object of type 'int'
An represents a dynamic list of all the entries in a log. Therefore, the property can change during the lifetime of the instance that you create. It is usually best to work with the property directly instead of assigning its value to a variable.
Gets the number of entries in the event log (that is, the number of elements in the collection).
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Collections.IEnumerator
The object that is returned by the method is a wrapper for the class that implements the enumerator.
If the collection is changed during the iteration, the iteration is terminated. To avoid this possibility, see the property for an alternative technique for iterating through a collection.
Supports a simple iteration over the object.
An object that can be used to iterate over the collection.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Diagnostics.EventLogEntry
To be added.
To be added.
To be added.
To be added.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Void
Use the method of the class to copy all or part of the collection to an array.
Copies the elements of the collection to an , starting at a particular index.
The one-dimensional that is the destination of the elements that are copied from the collection. The must have zero-based indexing.
The zero-based index in at which copying begins.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Boolean
To be added.
For the class, the method always returns false.
Gets a value that indicates whether access to the is synchronized (thread-safe).
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Object
To be added.
For the class, the property always returns the current .
Gets an object that can be used to synchronize access to the object.