C# 클래스 Microsoft.Samples.Debugging.CorDebug.CorDebuggerErrorEventArgs

상속: CorProcessEventArgs
파일 보기 프로젝트 열기: LogosBible/monodevelop 1 사용 예제들

공개 메소드들

메소드 설명
CorDebuggerErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorProcess process, int hresult, int errorCode ) : System
CorDebuggerErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorProcess process, int hresult, int errorCode, ManagedCallbackType callbackType ) : System
ToString ( ) : string

메소드 상세

CorDebuggerErrorEventArgs() 공개 메소드

public CorDebuggerErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorProcess process, int hresult, int errorCode ) : System
process Microsoft.Samples.Debugging.CorDebug.CorProcess
hresult int
errorCode int
리턴 System

CorDebuggerErrorEventArgs() 공개 메소드

public CorDebuggerErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorProcess process, int hresult, int errorCode, ManagedCallbackType callbackType ) : System
process Microsoft.Samples.Debugging.CorDebug.CorProcess
hresult int
errorCode int
callbackType ManagedCallbackType
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string