Search Results for

    Show / Hide Table of Contents

    Struct CommandLineSourceFile

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public readonly struct CommandLineSourceFile

    Constructors

    CommandLineSourceFile(string, bool)

    Declaration
    public CommandLineSourceFile(string path, bool isScript)
    Parameters
    Type Name Description
    string path
    bool isScript

    CommandLineSourceFile(string, bool, bool)

    Declaration
    public CommandLineSourceFile(string path, bool isScript, bool isInputRedirected)
    Parameters
    Type Name Description
    string path
    bool isScript
    bool isInputRedirected

    Properties

    IsInputRedirected

    Declaration
    public bool IsInputRedirected { get; }
    Property Value
    Type Description
    bool

    IsScript

    Declaration
    public bool IsScript { get; }
    Property Value
    Type Description
    bool

    Path

    Declaration
    public string Path { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0