Class DebugProfile
- Namespace
- Dassie.Configuration
- Assembly
- dc.dll
Represents a debug profile.
[Serializable]
public class DebugProfile : ConfigObject
- Inheritance
-
DebugProfile
- Inherited Members
- Extension Methods
Constructors
DebugProfile(PropertyStore)
Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.
public DebugProfile(PropertyStore store)
Parameters
storePropertyStore
Properties
Arguments
The command-line arguments to pass to the application being debugged.
public string Arguments { get; set; }
Property Value
Name
The name of the profile.
public string Name { get; set; }
Property Value
WorkingDirectory
The working directory to start the application to debug in.
public string WorkingDirectory { get; set; }