API Reference
Class
EventLogPolicyReaderCx
Reads effective Event Log policy from a remote or local computer using ComputerX.Registry helpers. Avoids requiring a live RegistryKey handle, which simplifies remote reads.
Inheritance
- Object
- EventLogPolicyReaderCx
Methods
public static EventLogPolicyInfo Read(String computer) #Returns:
EventLogPolicyInfoReads Event Log policy for Application, Security, and System channels via ComputerX.Registry.
Parameters
- computer System.String
- Target computer name ("." or machine name).
Returns
EventLogPolicyInfo or null when none found.