Header menu logo F# Compiler Guide

FSharpProjectIdentifier Type

An identifier of an F# project. This serves to identify the same project as it changes over time and enables us to clear obsolete data from caches.

Union cases

Union case Description

FSharpProjectIdentifier(projectFileName, outputFileName)

Full Usage: FSharpProjectIdentifier(projectFileName, outputFileName)

Parameters:
    projectFileName : string
    outputFileName : string

projectFileName : string
outputFileName : string

Instance members

Instance member Description

this.OutputFileName

Full Usage: this.OutputFileName

Returns: string
Returns: string

this.ProjectFileName

Full Usage: this.ProjectFileName

Returns: string
Returns: string

Type something to start searching.