C# Class slinject.Debugger.DebuggerBreakpointEventArgs

Inheritance: DebuggerEventArgs
ファイルを表示 Open project: anvaka/slinject Class Usage Examples

Public Methods

Method Description
DebuggerBreakpointEventArgs ( ICorDebugThread thread, ICorDebugBreakpoint breakpoint ) : System

Method Details

DebuggerBreakpointEventArgs() public method

public DebuggerBreakpointEventArgs ( ICorDebugThread thread, ICorDebugBreakpoint breakpoint ) : System
thread ICorDebugThread
breakpoint ICorDebugBreakpoint
return System