C# 클래스 ExcelDna.Loader.IntegrationHelpers

파일 보기 프로젝트 열기: Excel-DNA/ExcelDna 1 사용 예제들

공개 메소드들

메소드 설명
HandleUnhandledException ( object exception ) : object

비공개 메소드들

메소드 설명
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

메소드 상세

HandleUnhandledException() 공개 정적인 메소드

public static HandleUnhandledException ( object exception ) : object
exception object
리턴 object