mscorlib(4.0.0.0) API with additions
ImporterEventKind.cs
2 {
5  [ComVisible(true)]
6  public enum ImporterEventKind
7  {
14  }
15 }
This property is not supported in this version of the .NET Framework.
ImporterEventKind
Describes the callbacks that the type library importer makes when importing 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.