WebPageRazorHost.PostProcessGeneratedCode Method

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

Namespace:  System.Web.WebPages.Razor
Assembly:  System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)

'Declaration
Public Overrides Sub PostProcessGeneratedCode ( _
	codeCompileUnit As CodeCompileUnit, _
	generatedNamespace As CodeNamespace, _
	generatedClass As CodeTypeDeclaration, _
	executeMethod As CodeMemberMethod _
)
'Usage
Dim instance As WebPageRazorHost
Dim codeCompileUnit As CodeCompileUnit
Dim generatedNamespace As CodeNamespace
Dim generatedClass As CodeTypeDeclaration
Dim executeMethod As CodeMemberMethod

instance.PostProcessGeneratedCode(codeCompileUnit, _
	generatedNamespace, generatedClass, _
	executeMethod)

Parameters

codeCompileUnit
Type: System.CodeDom.CodeCompileUnit
generatedNamespace
Type: System.CodeDom.CodeNamespace
generatedClass
Type: System.CodeDom.CodeTypeDeclaration
executeMethod
Type: System.CodeDom.CodeMemberMethod

  • Medium trust for the immediate caller. This member can be used by partially trusted code.
Show: