iSMBIOS

iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows

View the Project on GitHub iAJTin/iSMBIOS

DmiProperty.SystemEventLog class

Contains the key definitions available for a type 015 [SystemEventLog] structure.

public static class SystemEventLog

Public Members

name description
static AccessMethod { get; } Gets a value representing the key to retrieve the property value.
static AccessMethodAddress { get; } Gets a value representing the key to retrieve the property value.
static DataStartOffset { get; } Gets a value representing the key to retrieve the property value.
static ListSupportedEventLogTypeDescriptors { get; } Gets a value representing the key to retrieve the property value.
static LogAreaLength { get; } Gets a value representing the key to retrieve the property value.
static LogChangeToken { get; } Gets a value representing the key to retrieve the property value.
static LogHeaderFormat { get; } Gets a value representing the key to retrieve the property value.
static LogHeaderStartOffset { get; } Gets a value representing the key to retrieve the property value.
static LogStatus { get; } Gets a value representing the key to retrieve the property value.
static SupportedLogTypeDescriptors { get; } Gets a value representing the key to retrieve the property value.

See Also