FSharpAssembly Type
Represents an assembly as seen by the F# language
Instance members
Instance member |
Description
|
|
The contents of the this assembly
|
Full Usage:
this.FileName
Returns: string option
|
The file name for the assembly, if any
|
Full Usage:
this.IsProviderGenerated
Returns: bool
|
Indicates if the assembly was generated by a type provider and is due for static linking
|
Full Usage:
this.QualifiedName
Returns: string
|
The qualified name of the assembly
|
Full Usage:
this.SimpleName
Returns: string
|
The simple name for the assembly
|