Method | Description | |
---|---|---|
CorBreakpointEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorBreakpoint managedBreakpoint ) : System | ||
CorBreakpointEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorBreakpoint managedBreakpoint, ManagedCallbackType callbackType ) : System | ||
ToString ( ) : string |
public CorBreakpointEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorBreakpoint managedBreakpoint ) : System | ||
appDomain | Microsoft.Samples.Debugging.CorDebug.CorAppDomain | |
thread | Microsoft.Samples.Debugging.CorDebug.CorThread | |
managedBreakpoint | Microsoft.Samples.Debugging.CorDebug.CorBreakpoint | |
return | System |
public CorBreakpointEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorBreakpoint managedBreakpoint, ManagedCallbackType callbackType ) : System | ||
appDomain | Microsoft.Samples.Debugging.CorDebug.CorAppDomain | |
thread | Microsoft.Samples.Debugging.CorDebug.CorThread | |
managedBreakpoint | Microsoft.Samples.Debugging.CorDebug.CorBreakpoint | |
callbackType | ManagedCallbackType | |
return | System |