Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
CsDebugScript
DefaultObjectWriter
C# Class CsDebugScript.DefaultObjectWriter
Helper class for writing objects during interactive scripting. Set InteractiveScriptBase.ObjectWriter to change the effects of 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