Class RunParameters
Represents Run Parameters dialog box used to pass parameters to the process being debugged.
public class RunParameters : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
- Inheritance
-
RunParameters
- Implements
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(bool)
Clean up any resources being used.
- OnLoad(EventArgs)
Raises the Load event.