2003-08-06 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ExporterEventKind.cs
1 //\r
2 // System.Runtime.InteropServices.ExporterEventKind.cs\r
3 //\r
4 // Author:\r
5 //   Kevin Winchester (kwin@ns.sympatico.ca)\r
6 //\r
7 // (C) 2002 Kevin Winchester\r
8 //\r
9 \r
10 namespace System.Runtime.InteropServices\r
11 {\r
12         [Serializable] public enum ExporterEventKind\r
13         {\r
14                 NOTIF_TYPECONVERTED = 0,\r
15                 NOTIF_CONVERTWARNING = 1,\r
16                 ERROR_REFTOINVALIDASSEMBLY = 2,       \r
17         }\r
18 }\r