C# 클래스 Mono.Debugger.RuntimeInvokeResult

상속: ThreadCommandResult
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ExceptionMessage string
ID long
InvocationAborted bool
InvocationCompleted bool
ReturnObject Mono.Debugger.Languages.TargetObject
TargetException TargetException

공개 메소드들

메소드 설명
Abort ( ) : void

비공개 메소드들

메소드 설명
Completed ( SingleSteppingEngine sse, TargetEventArgs args ) : void
RuntimeInvokeResult ( Thread thread ) : System

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

프로퍼티 상세

ExceptionMessage 공개적으로 프로퍼티

public string ExceptionMessage
리턴 string

ID 공개적으로 프로퍼티

public long ID
리턴 long

InvocationAborted 공개적으로 프로퍼티

public bool InvocationAborted
리턴 bool

InvocationCompleted 공개적으로 프로퍼티

public bool InvocationCompleted
리턴 bool

ReturnObject 공개적으로 프로퍼티

public TargetObject,Mono.Debugger.Languages ReturnObject
리턴 Mono.Debugger.Languages.TargetObject

TargetException 공개적으로 프로퍼티

public TargetException TargetException
리턴 TargetException