Search Results for

    Show / Hide Table of Contents

    Class CSharpCommandLineArguments

    Inheritance
    object
    CommandLineArguments
    CSharpCommandLineArguments
    Inherited Members
    CommandLineArguments.GetOutputFilePath(string)
    CommandLineArguments.GetPdbFilePath(string)
    CommandLineArguments.ResolveMetadataReferences(MetadataReferenceResolver)
    CommandLineArguments.ResolveAnalyzerReferences(IAnalyzerAssemblyLoader)
    CommandLineArguments.InteractiveMode
    CommandLineArguments.BaseDirectory
    CommandLineArguments.PathMap
    CommandLineArguments.ReferencePaths
    CommandLineArguments.SourcePaths
    CommandLineArguments.KeyFileSearchPaths
    CommandLineArguments.Utf8Output
    CommandLineArguments.CompilationName
    CommandLineArguments.EmitOptions
    CommandLineArguments.OutputFileName
    CommandLineArguments.OutputRefFilePath
    CommandLineArguments.PdbPath
    CommandLineArguments.SourceLink
    CommandLineArguments.RuleSetPath
    CommandLineArguments.EmitPdb
    CommandLineArguments.OutputDirectory
    CommandLineArguments.DocumentationPath
    CommandLineArguments.GeneratedFilesOutputDirectory
    CommandLineArguments.ErrorLogOptions
    CommandLineArguments.ErrorLogPath
    CommandLineArguments.AppConfigPath
    CommandLineArguments.Errors
    CommandLineArguments.MetadataReferences
    CommandLineArguments.AnalyzerReferences
    CommandLineArguments.AnalyzerConfigPaths
    CommandLineArguments.AdditionalFiles
    CommandLineArguments.EmbeddedFiles
    CommandLineArguments.ReportAnalyzer
    CommandLineArguments.ReportInternalsVisibleToAttributes
    CommandLineArguments.SkipAnalyzers
    CommandLineArguments.DisplayLogo
    CommandLineArguments.DisplayHelp
    CommandLineArguments.DisplayVersion
    CommandLineArguments.DisplayLangVersions
    CommandLineArguments.Win32ResourceFile
    CommandLineArguments.Win32Icon
    CommandLineArguments.Win32Manifest
    CommandLineArguments.NoWin32Manifest
    CommandLineArguments.ManifestResources
    CommandLineArguments.Encoding
    CommandLineArguments.ChecksumAlgorithm
    CommandLineArguments.ScriptArguments
    CommandLineArguments.SourceFiles
    CommandLineArguments.TouchedFilesPath
    CommandLineArguments.PrintFullPaths
    CommandLineArguments.PreferredUILang
    CommandLineArguments.EmitPdbFile
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis.CSharp
    Assembly: Microsoft.CodeAnalysis.CSharp.dll
    Syntax
    public sealed class CSharpCommandLineArguments : CommandLineArguments

    Properties

    CompilationOptions

    Declaration
    public CSharpCompilationOptions CompilationOptions { get; }
    Property Value
    Type Description
    CSharpCompilationOptions

    CompilationOptionsCore

    Declaration
    protected override CompilationOptions CompilationOptionsCore { get; }
    Property Value
    Type Description
    CompilationOptions
    Overrides
    CommandLineArguments.CompilationOptionsCore

    ParseOptions

    Declaration
    public CSharpParseOptions ParseOptions { get; }
    Property Value
    Type Description
    CSharpParseOptions

    ParseOptionsCore

    Declaration
    protected override ParseOptions ParseOptionsCore { get; }
    Property Value
    Type Description
    ParseOptions
    Overrides
    CommandLineArguments.ParseOptionsCore
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0