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
|
Full Usage:
ImportNamespace targetNamespace
Parameters:
string
|
Represents an 'open XYZ' opening a namespace
|
|
Represents an 'open type XYZ' opening a type
|
Instance members
Instance member |
Description
|
Full Usage:
this.IsImportNamespace
Returns: bool
|
|
Full Usage:
this.IsImportType
Returns: bool
|
|