Table of Contents

Class RunParameters

Namespace
Alternet.Scripter.Debugger.UI.Wpf
Assembly
Alternet.Scripter.Debugger.UI.Wpf.v9.dll

Interaction logic for RunParameters.xaml

public class RunParameters : Window, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable
Inheritance
RunParameters
Implements
Extension Methods

Constructors

RunParameters()

Initializes a new instance of the RunParameters class with default settings.

Properties

CommandLineArgs

Gets or sets command line arguments for the process being debugged.

IsDotnetCore

Gets or sets a value indicating that a external program can be dotnet core dll or executable.

StartExternalProgram

Gets or sets a value indicating that a external program should be started to debug dynamically linked library.

StartProgram

Gets or sets the executable which should be started when debugging dynamically linked library.

Methods

Dispose()

Destroys the instance of the RunParameters class.

OnIsDotnetCoreChanged()
OnStartExternalProgramChanged()