Method | 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.
|
Method | Description | |
---|---|---|
Print ( object obj, string name, string currentIndent, StringBuilder sb ) : void |
public static AppendRepeated ( this sb, char c, int count ) : void | ||
sb | this | |
c | char | |
count | int | |
return | void |
public static Print ( object obj ) : string | ||
obj | object | The object |
return | string |