Método ITypeLibExporterNotifySink.ReportEvent (ExporterEventKind, Int32, String)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Notifica o chamador de que um evento ocorreu durante a conversão de um assembly.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void ReportEvent(
ExporterEventKind eventKind,
int eventCode,
string eventMsg
)
void ReportEvent(
ExporterEventKind eventKind,
int eventCode,
String^ eventMsg
)
abstract ReportEvent :
eventKind:ExporterEventKind *
eventCode:int *
eventMsg:string -> unit
Sub ReportEvent (
eventKind As ExporterEventKind,
eventCode As Integer,
eventMsg As String
)
Parâmetros
eventKind
Type: System.Runtime.InteropServices.ExporterEventKindUm valor ExporterEventKind que indica o tipo de evento.
eventCode
Type: System.Int32Indica informações extras sobre o evento.
eventMsg
Type: System.StringUma mensagem gerada pelo evento.
Comentários
Se o evento que está sendo relatado é um aviso ou erro, eventCode conterá o HRESULT do erro. Para qualquer outro evento será 0.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface ITypeLibExporterNotifySink
Namespace System.Runtime.InteropServices
Retornar ao início