mscorlib(4.0.0.0) API with additions
ExporterEventKind.cs
2 {
5  [ComVisible(true)]
6  public enum ExporterEventKind
7  {
14  }
15 }
ExporterEventKind
Describes the callbacks that the type library exporter makes when exporting a type library.
Specifies that the event is invoked when a type has been exported.
Specifies that the class can be serialized.
Specifies that the event is invoked when a warning occurs during conversion.
This value is not supported in this version of the .NET Framework.