ManagedCommandLineInfo Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, IReadOnlyCollection<String>, Exception) |
Initializes a new instance of the ManagedCommandLineInfo struct. |
ManagedCommandLineInfo(IEnumerable<String>, IEnumerable<String>, String, String) |
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. |