CommandLineSourceFile 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 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, Boolean) | |
CommandLineSourceFile(String, 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). |