Member | Description |
member CompiledHandle : Type |
A handle that represents the compiled form of the F# module.
|
member ConcreteValues : ValueDefinition list |
Fetch the list of concrete values in the F# Module, i.e. those that
have a canonical corresponding construct in the compiled IL version of the F# code. Inlined
values and private values optimized away during compilation are not returned.
|
member ModuleDefinitions : ModuleDefinition list |
Fetch the list of public nested module definitions in the F# Module.
|
member TypeDefinitions : TypeDefinition list |
Fetch the list of public type definitions in the F# Module.
Private types and type abbreviations are not returned.
|