C# Class Microsoft.Tools.WindowsInstaller.PowerShell.Commands.SetLoggingPolicyCommand

Inheritance: LoggingPolicyCommandBase
Exibir arquivo Open project: heaths/psmsi Class Usage Examples

Private Properties

Property Type Description
SetLoggingPolicyCommand System.Management.Automation

Public Methods

Method Description
SetLoggingPolicyCommand ( ) : System.Management.Automation

Creates a new instance of the SetLoggingPolicyCommand class.

Protected Methods

Method Description
BeginProcessing ( ) : void

Sets the logging policy.

Private Methods

Method Description
SetLoggingPolicyCommand ( ILoggingPolicyService loggingService = null ) : System.Management.Automation

Creates a new instance of the SetLoggingPolicyCommand class with the given ILoggingPolicyService.

Method Details

BeginProcessing() protected method

Sets the logging policy.
protected BeginProcessing ( ) : void
return void

SetLoggingPolicyCommand() public method

Creates a new instance of the SetLoggingPolicyCommand class.
public SetLoggingPolicyCommand ( ) : System.Management.Automation
return System.Management.Automation