Qit


AssemblyCompiler Type

Assembly compiler for generative type providers.

Constructors

Constructor Description

AssemblyCompiler(targetAssembly, context)

Full Usage: AssemblyCompiler(targetAssembly, context)

Parameters:
Returns: AssemblyCompiler
targetAssembly : ProvidedAssembly
context : ProvidedTypesContext
Returns: AssemblyCompiler

Instance members

Instance member Description

this.Compile

Full Usage: this.Compile

Parameters:
    isHostedExecution : bool - True if calling from F# Interactive. Will load the resulting assembly and set the Assembly of child ProvidedTypes.

Returns: byte[] The compiled assembly as a byte array

Compiles the ProvidedAssembly under the ProvidedTypesContext

isHostedExecution : bool

True if calling from F# Interactive. Will load the resulting assembly and set the Assembly of child ProvidedTypes.

Returns: byte[]

The compiled assembly as a byte array