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

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

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

Метод Описание
CorBreakpointSetErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorBreakpoint breakpoint, int errorCode ) : System
CorBreakpointSetErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorBreakpoint breakpoint, int errorCode, ManagedCallbackType callbackType ) : System
ToString ( ) : string

Описание методов

CorBreakpointSetErrorEventArgs() публичный Метод

public CorBreakpointSetErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorBreakpoint breakpoint, int errorCode ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
breakpoint Microsoft.Samples.Debugging.CorDebug.CorBreakpoint
errorCode int
Результат System

CorBreakpointSetErrorEventArgs() публичный Метод

public CorBreakpointSetErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorBreakpoint breakpoint, int errorCode, ManagedCallbackType callbackType ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
breakpoint Microsoft.Samples.Debugging.CorDebug.CorBreakpoint
errorCode int
callbackType ManagedCallbackType
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string