RazorBuildProvider.GetGeneratedType(CompilerResults) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the type of the generated code.

public override Type GetGeneratedType (System.CodeDom.Compiler.CompilerResults results);
abstract member GetGeneratedType : System.CodeDom.Compiler.CompilerResults -> Type
override this.GetGeneratedType : System.CodeDom.Compiler.CompilerResults -> Type
Public Overrides Function GetGeneratedType (results As CompilerResults) As Type

Parameters

results
CompilerResults

The results of the code compilation.

Returns

The type of the generated code.

Applies to