EventLogSession.GetLogInformation(String, PathType) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan objek yang berisi informasi runtime untuk log peristiwa yang ditentukan.
public:
System::Diagnostics::Eventing::Reader::EventLogInformation ^ GetLogInformation(System::String ^ logName, System::Diagnostics::Eventing::Reader::PathType pathType);
public System.Diagnostics.Eventing.Reader.EventLogInformation GetLogInformation (string logName, System.Diagnostics.Eventing.Reader.PathType pathType);
member this.GetLogInformation : string * System.Diagnostics.Eventing.Reader.PathType -> System.Diagnostics.Eventing.Reader.EventLogInformation
Public Function GetLogInformation (logName As String, pathType As PathType) As EventLogInformation
Parameter
- logName
- String
Nama log peristiwa untuk mendapatkan informasi tentang, atau jalur ke file log peristiwa untuk mendapatkan informasi tentang.
- pathType
- PathType
Menentukan apakah string yang digunakan dalam parameter jalur menentukan nama log peristiwa, atau jalur ke file log peristiwa.
Mengembalikan
Objek yang berisi informasi tentang log yang ditentukan.