[Home] Type Microsoft.FSharp.Reflection.ModuleDefinition


Full Type Signature

type ModuleDefinition
  with
    member CompiledHandle : Type
    member ConcreteValues : ValueDefinition list
    member ModuleDefinitions : ModuleDefinition list
    member TypeDefinitions : TypeDefinition list
  end

Instance Members

MemberDescription
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.

See Also

Microsoft.FSharp.Reflection


Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19