C# Класс Microsoft.Samples.Debugging.CorDebug.CorDebuggerErrorEventArgs

Наследование: CorProcessEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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