Table of Contents

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

store PropertyStore

Properties

Arguments

The command-line arguments to pass to the application being debugged.

public string Arguments { get; set; }

Property Value

string

Name

The name of the profile.

public string Name { get; set; }

Property Value

string

WorkingDirectory

The working directory to start the application to debug in.

public string WorkingDirectory { get; set; }

Property Value

string