CodeGenerator::GenerateEntryPointMethod Method (CodeEntryPointMethod^, CodeTypeDeclaration^)

 

Generates code for the specified entry point method.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
virtual void GenerateEntryPointMethod(
	CodeEntryPointMethod^ e,
	CodeTypeDeclaration^ c
) abstract

Parameters

e
Type: System.CodeDom::CodeEntryPointMethod^

The entry point for the code.

c
Type: System.CodeDom::CodeTypeDeclaration^

The code that declares the type.

.NET Framework
Available since 1.1
Return to top
Show: