FSharpImplementationFileContents Type
Represents the definitional contents of a single file or fragment in an assembly, as seen by the F# language
Instance members
Instance member |
Description
|
|
Get the declarations that make up this implementation file
|
Full Usage:
this.FileName
Returns: string
|
Get the system path of the implementation file
|
Full Usage:
this.HasExplicitEntryPoint
Returns: bool
|
Indicates if the implementation file has an explicit entry point
|
Full Usage:
this.IsScript
Returns: bool
|
Indicates if the implementation file is a script
|
Full Usage:
this.QualifiedName
Returns: string
|
The qualified name acts to fully-qualify module specifications and implementations
|