Struct CommandLineSourceFile
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public readonly struct CommandLineSourceFile
Constructors
CommandLineSourceFile(string, bool)
Declaration
public CommandLineSourceFile(string path, bool isScript)
Parameters
CommandLineSourceFile(string, bool, bool)
Declaration
public CommandLineSourceFile(string path, bool isScript, bool isInputRedirected)
Parameters
| Type |
Name |
Description |
| string |
path |
|
| bool |
isScript |
|
| bool |
isInputRedirected |
|
Properties
Declaration
public bool IsInputRedirected { get; }
Property Value
IsScript
Declaration
public bool IsScript { get; }
Property Value
Path
Declaration
public string Path { get; }
Property Value