Header menu logo F# Compiler Guide

FindDeclExternalSymbol Type

Represents a symbol in an external (non F#) assembly

Union cases

Union case Description

Constructor(typeName, args)

Full Usage: Constructor(typeName, args)

Parameters:
typeName : string
args : FindDeclExternalParam list

Event(typeName, name)

Full Usage: Event(typeName, name)

Parameters:
    typeName : string
    name : string

typeName : string
name : string

Field(typeName, name)

Full Usage: Field(typeName, name)

Parameters:
    typeName : string
    name : string

typeName : string
name : string

Method(typeName, name, paramSyms, genericArity)

Full Usage: Method(typeName, name, paramSyms, genericArity)

Parameters:
typeName : string
name : string
paramSyms : FindDeclExternalParam list
genericArity : int

Property(typeName, name)

Full Usage: Property(typeName, name)

Parameters:
    typeName : string
    name : string

typeName : string
name : string

Type fullName

Full Usage: Type fullName

Parameters:
    fullName : string

fullName : string

Instance members

Instance member Description

this.IsConstructor

Full Usage: this.IsConstructor

Returns: bool
Returns: bool

this.IsEvent

Full Usage: this.IsEvent

Returns: bool
Returns: bool

this.IsField

Full Usage: this.IsField

Returns: bool
Returns: bool

this.IsMethod

Full Usage: this.IsMethod

Returns: bool
Returns: bool

this.IsProperty

Full Usage: this.IsProperty

Returns: bool
Returns: bool

this.IsType

Full Usage: this.IsType

Returns: bool
Returns: bool

Type something to start searching.