C# Class Microsoft.Azure.Commands.Insights.OutputClasses.CustomPrinter

Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
AppendRepeated ( this sb, char c, int count ) : void
Print ( object obj ) : string

Customized printing for the result of the powershell commands. It opens all the nested properties and collection elements.

Private Methods

Méthode Description
Print ( object obj, string name, string currentIndent, StringBuilder sb ) : void

Method Details

AppendRepeated() public static méthode

public static AppendRepeated ( this sb, char c, int count ) : void
sb this
c char
count int
Résultat void

Print() public static méthode

Customized printing for the result of the powershell commands. It opens all the nested properties and collection elements.
public static Print ( object obj ) : string
obj object The object
Résultat string