C# Class CsDebugScript.DefaultObjectWriter

Helper class for writing objects during interactive scripting. Set InteractiveScriptBase.ObjectWriter to change the effects of interactive scripting.
Inheritance: IObjectWriter
Show file Open project: southpolenator/WinDbgCs

Public Methods

Method Description
Output ( object obj ) : object

Outputs the specified object.

Method Details

Output() public method

Outputs the specified object.
public Output ( object obj ) : object
obj object The object.
return object