RoslynCodeGenerator.GenerateSourceForAssembly(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.
Generates source code for the provided assembly.
public string GenerateSourceForAssembly (System.Reflection.Assembly input);
abstract member GenerateSourceForAssembly : System.Reflection.Assembly -> string
override this.GenerateSourceForAssembly : System.Reflection.Assembly -> string
member this.GenerateSourceForAssembly : System.Reflection.Assembly -> string
Public Function GenerateSourceForAssembly (input As Assembly) As String
Parameters
- input
- Assembly
The assembly to generate source for.
Returns
The generated source.