CommandLineSourceFile Struct

Definition

Describes a source file specification stored on command line arguments.

public value class CommandLineSourceFile
[System.Diagnostics.DebuggerDisplay("{Path,nq}")]
public struct CommandLineSourceFile
[System.Diagnostics.DebuggerDisplay("{Path,nq}")]
public readonly struct CommandLineSourceFile
[<System.Diagnostics.DebuggerDisplay("{Path,nq}")>]
type CommandLineSourceFile = struct
Public Structure CommandLineSourceFile
Inheritance
CommandLineSourceFile
Attributes

Constructors

CommandLineSourceFile(String, Boolean)
CommandLineSourceFile(String, Boolean, Boolean)

Properties

IsInputRedirected

True if the input has been redirected from the standard input stream.

IsScript

True if the file should be treated as a script file.

Path

Resolved absolute path of the source file (does not contain wildcards).

Applies to