Метод | Описание | |
---|---|---|
Count ( string logName ) : int |
Number of Entries in Event Log
|
|
EventLogging ( string host, string username, string password ) : System |
.ctor
|
|
Get ( string logName, int startIndex, int length ) : IList |
Get a subset of EventLog entries
|
|
GetAll ( string logName ) : IList |
Get All EventLog Entries as a list
|
public EventLogging ( string host, string username, string password ) : System | ||
host | string | |
username | string | |
password | string | |
Результат | System |
public Get ( string logName, int startIndex, int length ) : IList |
||
logName | string | |
startIndex | int | zero-based start |
length | int | |
Результат | IList |