PEFileKinds

PEFileKinds serializable

System.Reflection.Emit (mscorlib.dll) enum

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  } 

Hierarchy

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

Passed To

AssemblyBuilder.SetEntryPoint( )



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net