Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CsDebugScript
DefaultObjectWriter
C# 클래스 CsDebugScript.DefaultObjectWriter
Helper class for writing objects during interactive scripting. Set InteractiveScriptBase.ObjectWriter to change the effects of interactive scripting.
상속:
IObjectWriter
파일 보기
프로젝트 열기: southpolenator/WinDbgCs
공개 메소드들
메소드
설명
Output
(
object
obj
) :
object
Outputs the specified object.
메소드 상세
Output()
공개
메소드
Outputs the specified object.
public
Output
(
object
obj
) :
object
obj
object
The object.
리턴
object