Header menu logo F# Compiler Guide

ILDebugImport Type

Defines an opened namespace, type relevant to a code location. Emitted to the PortablePDB format. Note the format supports additional variations on imported things that are not yet emitted in F#.

Union cases

Union case Description

ImportNamespace targetNamespace

Full Usage: ImportNamespace targetNamespace

Parameters:
    targetNamespace : string

Represents an 'open XYZ' opening a namespace

targetNamespace : string

ImportType targetType

Full Usage: ImportType targetType

Parameters:

Represents an 'open type XYZ' opening a type

targetType : ILType

Type something to start searching.