Header menu logo F# Compiler Guide

ILPreTypeDef Type

Represents a prefix of information for ILTypeDef. The information is enough to perform name resolution for the F# compiler, probe attributes for ExtensionAttribute etc. This is key to the on-demand exploration of .NET metadata. This information has to be "Goldilocks" - not too much, not too little, just right.

Instance members

Instance member Description

this.GetTypeDef

Full Usage: this.GetTypeDef

Returns: ILTypeDef
Modifiers: abstract

Realise the actual full typedef

Returns: ILTypeDef

this.Name

Full Usage: this.Name

Returns: string
Modifiers: abstract
Returns: string

this.Namespace

Full Usage: this.Namespace

Returns: string list
Modifiers: abstract
Returns: string list

Type something to start searching.