Partager via


ISymUnmanagedAsyncMethod, interface

Cette interface est le complément de lecture de ISymUnmanagedAsyncMethodPropertiesWriter, interface.

Syntaxe

[object,uuid(B20D55B3-532E-4906-87E7-25BD5734ABD2),pointer_default(unique)]interface ISymUnmanagedAsyncMethod : IUnknown  

Méthodes

Cette interface contient les méthodes suivantes :

Méthode Description
GetAsyncStepInfo, méthode Consultez DefineAsyncStepInfo, méthode.
GetAsyncStepInfoCount, méthode Consultez DefineAsyncStepInfo, méthode.
GetCatchHandlerILOffset, méthode Consultez DefineCatchHandlerILOffset, méthode.
GetKickoffMethod, méthode Consultez DefineKickoffMethod, méthode.
HasCatchHandlerILOffset, méthode Consultez DefineCatchHandlerILOffset, méthode.
IsAsyncMethod, méthode Vérifie si la méthode a des informations asynchrones ou non.

Si cette méthode retourne FALSE, l’appel d’autres méthodes dans cette interface n’est pas valide. Elles retournent toutes E_UNEXPECTED dans ce cas.

Configuration requise

En-tête : CorSym.idl, CorSym.h

Voir aussi