CompilerEnvironment Type
Information about the compilation environment
Static members
Static member |
Description
|
Full Usage:
CompilerEnvironment.BinFolderOfDefaultFSharpCompiler(?probePoint)
Parameters:
string
Returns: string option
|
The default location of FSharp.Core.dll and fsc.exe based on the version of fsc.exe that is running
|
Full Usage:
CompilerEnvironment.DefaultReferencesForOrphanSources(assumeDotNetFramework)
Parameters:
bool
Returns: string list
|
These are the names of assemblies that should be referenced for .fs or .fsi files that are not associated with a project.
|
Full Usage:
CompilerEnvironment.GetConditionalDefinesForEditing(parsingOptions)
Parameters:
FSharpParsingOptions
Returns: string list
|
Return the compilation defines that should be used when editing the given file.
|
|
Return the language ID, which is the expression evaluator id that the debugger will use.
|
Full Usage:
CompilerEnvironment.IsCheckerSupportedSubcategory(arg1)
Parameters:
string
Returns: bool
|
Return true if this is a subcategory of error or warning message that the language service can emit
|
Full Usage:
CompilerEnvironment.IsCompilable(arg1)
Parameters:
string
Returns: bool
|
Whether or not this file is compilable
|
Full Usage:
CompilerEnvironment.IsScriptFile(arg1)
Parameters:
string
Returns: bool
|
A helpers for dealing with F# files.
|
Full Usage:
CompilerEnvironment.MustBeSingleFileProject(arg1)
Parameters:
string
Returns: bool
|
Whether or not this file should be a single-file project
|