C# Class PsGet.Facts.CommandOutput

Afficher le fichier Open project: anurse/PS-Get

Méthodes publiques

Méthode Description
CommandOutput ( ) : System
WriteCommandDetail ( string text ) : void
WriteDebug ( string text ) : void
WriteError ( ErrorRecord errorRecord ) : void
WriteObject ( object sendToPipeline ) : void
WriteObject ( object sendToPipeline, bool enumerateCollection ) : void
WriteProgress ( System.Management.Automation.ProgressRecord progressRecord ) : void
WriteProgress ( long sourceId, System.Management.Automation.ProgressRecord progressRecord ) : void
WriteVerbose ( string text ) : void
WriteWarning ( string text ) : void

Method Details

CommandOutput() public méthode

public CommandOutput ( ) : System
Résultat System

WriteCommandDetail() public méthode

public WriteCommandDetail ( string text ) : void
text string
Résultat void

WriteDebug() public méthode

public WriteDebug ( string text ) : void
text string
Résultat void

WriteError() public méthode

public WriteError ( ErrorRecord errorRecord ) : void
errorRecord System.Management.Automation.ErrorRecord
Résultat void

WriteObject() public méthode

public WriteObject ( object sendToPipeline ) : void
sendToPipeline object
Résultat void

WriteObject() public méthode

public WriteObject ( object sendToPipeline, bool enumerateCollection ) : void
sendToPipeline object
enumerateCollection bool
Résultat void

WriteProgress() public méthode

public WriteProgress ( System.Management.Automation.ProgressRecord progressRecord ) : void
progressRecord System.Management.Automation.ProgressRecord
Résultat void

WriteProgress() public méthode

public WriteProgress ( long sourceId, System.Management.Automation.ProgressRecord progressRecord ) : void
sourceId long
progressRecord System.Management.Automation.ProgressRecord
Résultat void

WriteVerbose() public méthode

public WriteVerbose ( string text ) : void
text string
Résultat void

WriteWarning() public méthode

public WriteWarning ( string text ) : void
text string
Résultat void