Header menu logo F# Compiler Guide

FSharpAssemblySignature Type

Represents an inferred signature of part of an assembly as seen by the F# language

Instance members

Instance member Description

this.Attributes

Full Usage: this.Attributes

Returns: IList<FSharpAttribute>

Get the declared attributes for the assembly. Only available when parsing an entire project.

Returns: IList<FSharpAttribute>

this.Entities

Full Usage: this.Entities

Returns: IList<FSharpEntity>

The (non-nested) module and type definitions in this signature

Returns: IList<FSharpEntity>

this.FindEntityByPath

Full Usage: this.FindEntityByPath

Parameters:
    arg0 : string list

Returns: FSharpEntity option

Find entity using compiled names

arg0 : string list
Returns: FSharpEntity option

this.TryGetEntities

Full Usage: this.TryGetEntities

Returns: FSharpEntity seq

Safe version of `Entities`.

Returns: FSharpEntity seq

Type something to start searching.