ClassInterfaceType

ClassInterfaceType serializable

System.Runtime.InteropServices (mscorlib.dll) enum

This enumeration contains values to use as arguments for ClassInterfaceAttribute . AutoDispatch specifies that a dispatch-only interface should be generated. AutoDual specifies that a dual interface should be generated, and None specifies that no interface should be generated.

 public enum  ClassInterfaceType  {  None = 0  ,  AutoDispatch = 1  ,  AutoDual = 2  } 

Hierarchy

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

Returned By

ClassInterfaceAttribute.Value

Passed To

ClassInterfaceAttribute.ClassInterfaceAttribute( )



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