Share via


WriteEventLogCommand Class

Definition

This class implements the Write-EventLog command

public sealed class WriteEventLogCommand : System.Management.Automation.PSCmdlet
type WriteEventLogCommand = class
    inherit PSCmdlet
Public NotInheritable Class WriteEventLogCommand
Inherits PSCmdlet
Inheritance
WriteEventLogCommand

Constructors

WriteEventLogCommand()

Properties

Category

The application-specific subcategory associated with the message.

CommandOrigin

This property tells you if you were being invoked inside the runspace or if it was an external request.

(Inherited from InternalCommand)
CommandRuntime

Holds the command runtime object for this command. This object controls what actually happens when a write is called.

(Inherited from