Assembly compiler for generative type providers.
Constructor | Description |
Full Usage:
AssemblyCompiler(targetAssembly, context)
Parameters:
ProvidedAssembly
context : ProvidedTypesContext
Returns: AssemblyCompiler
|
|
Instance member | Description |
Full Usage:
this.Compile
Parameters:
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
|