August 2003
Intermediate to advanced
928 pages
32h 1m
English
PEFileKinds
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 }
System.Object
→
System.ValueType
→
System.Enum(System.IComparable,
System.IFormattable, System.IConvertible)
→
PEFileKinds
AssemblyBuilder.SetEntryPoint( )