C# 클래스 Microsoft.Azure.Commands.Insights.OutputClasses.CustomPrinter

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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