ManagedCommandLineInfo Struct

Definition

Describes the command line arguments

public value class ManagedCommandLineInfo
struct ManagedCommandLineInfo
[System.Diagnostics.DebuggerDisplay("{Configuration}")]
public struct ManagedCommandLineInfo
[<System.Diagnostics.DebuggerDisplay("{Configuration}")>]
type ManagedCommandLineInfo = struct
Public Structure ManagedCommandLineInfo
Inheritance
ManagedCommandLineInfo
Attributes

Constructors

ManagedCommandLineInfo(IEnumerable<String>, IEnumerable<String>, String, String)

Initializes a new instance of the ManagedCommandLineInfo struct.

ManagedCommandLineInfo(IEnumerable<String>, IEnumerable<String>, String, String, IReadOnlyCollection<String>, Exception)

Initializes a new instance of the ManagedCommandLineInfo struct.

Fields

Empty

An empty ManagedCommandLineInfo

Properties

BuildErrors

Gets the design time build errors.

BuildException

Gets the design time build exception.

CommandLineArgs

Gets the command line args.

Configuration

Gets the build configuration.

ProjectReferences

Gets the project references.

TargetPath

Gets the target path.

Applies to