Name

PEFileKinds

Synopsis

This enumeration is used by the AssemblyBuilder.SetEntryPoint() method. It specifies the type of PE file that will be created by the AssemblyBuilder.

Public Enum PEFileKinds
                  Dll = 1
                  ConsoleApplication = 2
                  WindowApplication = 3
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) PEFileKinds

Passed To

AssemblyBuilder.SetEntryPoint()

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.