C# Класс Microsoft.Azure.Commands.Insights.OutputClasses.CustomPrinter

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Print ( object obj, string name, string currentIndent, StringBuilder sb ) : void

Описание методов

AppendRepeated() публичный статический Метод

public static AppendRepeated ( this sb, char c, int count ) : void
sb this
c char
count int
Результат void

Print() публичный статический Метод

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
Результат string