A provided generated assembly
Constructor | Description |
|
|
Full Usage:
ProvidedAssembly(assemblyName, assemblyFileName)
Parameters:
AssemblyName
assemblyFileName : string
Returns: ProvidedAssembly
|
|
Instance member | Description |
Full Usage:
this.AddNestedTypes(types, enclosingGeneratedTypeNames)
Parameters:
ProvidedTypeDefinition list
-
Provided type definitions.
enclosingGeneratedTypeNames : string list
-
A path of type names to wrap the generated types. The generated types are then generated as nested types.
|
Emit the given nested provided type definitions as part of the assembly. and adjust the 'Assembly' property of all provided type definitions to return that assembly.
|
|
Emit the given provided type definitions as part of the assembly and adjust the 'Assembly' property of all provided type definitions to return that assembly. The assembly is only emitted when the Assembly property on the root type is accessed for the first time. The host F# compiler does this when processing a generative type declaration for the type.
|