AssemblyBuilder.SetEntryPoint Method
.NET Framework 4
Sets the entry point for this dynamic assembly.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |