Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
CsDebugScript
ConsoleObjectWriter
C# Class CsDebugScript.ConsoleObjectWriter
Helper class for writing objects to console during interactive scripting.
Inheritance:
IObjectWriter
Exibir arquivo
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