Constructor DebuggerUIController
- Namespace
- Alternet.Scripter.Integration.Wpf
- Assembly
- Alternet.Scripter.Integration.Wpf.v9.dll
DebuggerUIController(Dispatcher, IDebugEditContainer)
Initializes a new instance of the DebuggerUIController
class with specified parameters.
public DebuggerUIController(Dispatcher dispatcher, IDebugEditContainer editorContainer)
Parameters
dispatcher
DispatcherThe Dispatcher this instance associated with.
editorContainer
IDebugEditContainerControl contains a list of
IDebugEdit
controls.