AssemblyBuilder::SetEntryPoint Method
.NET Framework (current version)
Sets the entry point for this dynamic assembly.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | SetEntryPoint(MethodInfo^) | Sets the entry point for this dynamic assembly, assuming that a console application is being built. |
![]() | SetEntryPoint(MethodInfo^, PEFileKinds) | Sets the entry point for this assembly and defines the type of the portable executable (PE file) being built. |
Show:
