C# Class ExcelDna.IntelliSense.LoaderNotification

Inheritance: IDisposable
ファイルを表示 Open project: Excel-DNA/IntelliSense Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
LoaderNotification ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

LoaderNotification() public method

public LoaderNotification ( ) : System
return System