RoslynCodeGenerator.GenerateAndLoadForAssembly(Assembly) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ensures that code generation has been run for the provided assembly.
public Orleans.CodeGeneration.GeneratedAssembly GenerateAndLoadForAssembly (System.Reflection.Assembly input);
abstract member GenerateAndLoadForAssembly : System.Reflection.Assembly -> Orleans.CodeGeneration.GeneratedAssembly
override this.GenerateAndLoadForAssembly : System.Reflection.Assembly -> Orleans.CodeGeneration.GeneratedAssembly
Public Function GenerateAndLoadForAssembly (input As Assembly) As GeneratedAssembly
Parameters
- input
- Assembly
The assembly to generate code for.