C# Class ExcelDna.IntelliSense.LoaderNotification

Inheritance: IDisposable
Afficher le fichier Open project: Excel-DNA/IntelliSense Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
LoaderNotification ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
LdrRegisterDllNotification ( uint flags, LdrNotification notificationFunction, IntPtr context, IntPtr &cookie ) : uint
LdrUnregisterDllNotification ( IntPtr cookie ) : uint
Notification ( Reason notificationReason, IntPtr pNotificationData, IntPtr context ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

LoaderNotification() public méthode

public LoaderNotification ( ) : System
Résultat System