C# Class CsDebugScript.ConsoleObjectWriter

Helper class for writing objects to console during interactive scripting.
Inheritance: IObjectWriter
Afficher le fichier Open project: southpolenator/WinDbgCs

Méthodes publiques

Méthode Description
Output ( object obj ) : object

Outputs the specified object.

Method Details

Output() public méthode

Outputs the specified object.
public Output ( object obj ) : object
obj object The object.
Résultat object