CodeGenerator::GenerateEntryPointMethod Method (CodeEntryPointMethod^, CodeTypeDeclaration^)
.NET Framework (current version)
Generates code for the specified entry point method.
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
Available since 1.1
Show: