C# Class ExcelDna.Loader.IntegrationHelpers

Show file Open project: Excel-DNA/ExcelDna Class Usage Examples

Public Methods

Method Description
HandleUnhandledException ( object exception ) : object

Private Methods

Method Description
AddCommandMenu ( string commandName, string menuName, string menuText, string description, string shortCut, string helpTopic ) : void
Bind ( Assembly integrationAssembly, Type bindIntegrationType ) : void
CalculationCanceled ( ) : void
CalculationEnded ( ) : void
CreateUnhandledExceptionHandlerWrapper ( ) : void
DeInitializeIntegration ( ) : void
DllCanUnloadNow ( ) : Int32
DllGetClassObject ( System.Guid clsid, System.Guid iid, IntPtr &ppunk ) : Int32
DllRegisterServer ( ) : Int32
DllUnregisterServer ( ) : Int32
DnaLibraryAutoClose ( ) : void
DnaLibraryAutoOpen ( ) : void
DnaLibraryGetName ( ) : string
GetIntegrationTraceSource ( ) : System.Diagnostics.TraceSource
InitializeIntegration ( string xllPath ) : void
RemoveCommandMenus ( ) : void
SyncMacro ( double dValue ) : void

Method Details

HandleUnhandledException() public static method

public static HandleUnhandledException ( object exception ) : object
exception object
return object