Header menu logo F# Compiler Guide

FSharpAssembly Type

Represents an assembly as seen by the F# language

Instance members

Instance member Description

this.Contents

Full Usage: this.Contents

Returns: FSharpAssemblySignature

The contents of the this assembly

Returns: FSharpAssemblySignature

this.FileName

Full Usage: this.FileName

Returns: string option

The file name for the assembly, if any

Returns: string option

this.IsProviderGenerated

Full Usage: this.IsProviderGenerated

Returns: bool

Indicates if the assembly was generated by a type provider and is due for static linking

Returns: bool

this.QualifiedName

Full Usage: this.QualifiedName

Returns: string

The qualified name of the assembly

Returns: string

this.SimpleName

Full Usage: this.SimpleName

Returns: string

The simple name for the assembly

Returns: string

Type something to start searching.