Метод | Описание | |
---|---|---|
GetExportedAssemblies ( ) : IEnumerable |
||
GetRegisterUnhandledExceptionHandler ( ) : UnhandledExceptionHandler | ||
GetRegistrationInfo ( string xllPath, double registrationUpdateVersion ) : object | ||
RegisterDelegates ( List |
||
RegisterMethods ( List |
||
RegisterMethods ( List |
||
RegisterUnhandledExceptionHandler ( UnhandledExceptionHandler h ) : void | ||
RegisterXLL ( string xllPath ) : object |
|
|
UnregisterXLL ( string xllPath ) : void |
Метод | Описание | |
---|---|---|
CalculationCanceled ( ) : void | ||
CalculationEnded ( ) : void | ||
ClearExplicitRegistration ( List |
||
DeInitialize ( ) : void | ||
DllCanUnloadNow ( ) : |
||
DllGetClassObject ( System.Guid clsid, System.Guid iid, |
||
DllRegisterServer ( ) : |
||
DllUnregisterServer ( ) : |
||
DnaLibraryAutoClose ( ) : void | ||
DnaLibraryAutoOpen ( ) : void | ||
DnaLibraryGetName ( ) : string | ||
GetAssemblyBytes ( string assemblyName ) : byte[] | ||
GetDnaFileBytes ( string dnaFileName ) : byte[] | ||
GetExcelIntegrationVersion ( ) : int | ||
GetImageBytes ( string imageName ) : byte[] | ||
GetIntegrationTraceSource ( ) : |
||
GetSourceBytes ( string sourceName ) : byte[] | ||
HandleUnhandledException ( object exceptionObject ) : object | ||
Initialize ( string xllPath ) : void | ||
SetGetResourceBytesDelegate ( GetResourceBytesDelegate d ) : void | ||
SetRegisterDelegatesWithAttributes ( RegisterDelegatesWithAttributesDelegate d ) : void | ||
SetRegisterMethods ( RegisterMethodsDelegate d ) : void | ||
SetRegisterMethodsWithAttributes ( RegisterMethodsWithAttributesDelegate d ) : void | ||
SetSyncMacro ( SyncMacroDelegate d ) : void | ||
SetTryExcelImpl ( TryExcelImplDelegate d ) : void | ||
SyncMacro ( double dValue ) : void | ||
TryExcelImpl ( int xlFunction, object &result ) : XlCall.XlReturn |
public static GetExportedAssemblies ( ) : IEnumerable |
||
Результат | IEnumerable |
public static GetRegisterUnhandledExceptionHandler ( ) : UnhandledExceptionHandler | ||
Результат | UnhandledExceptionHandler |
public static GetRegistrationInfo ( string xllPath, double registrationUpdateVersion ) : object | ||
xllPath | string | |
registrationUpdateVersion | double | |
Результат | object |
public static RegisterDelegates ( List |
||
delegates | List |
|
methodAttributes | List |
|
argumentAttributes | List |
|
Результат | void |
public static RegisterMethods ( List |
||
methods | List |
|
Результат | void |
public static RegisterMethods ( List |
||
methods | List |
|
methodAttributes | List |
|
argumentAttributes | List |
|
Результат | void |
public static RegisterUnhandledExceptionHandler ( UnhandledExceptionHandler h ) : void | ||
h | UnhandledExceptionHandler | |
Результат | void |
public static RegisterXLL ( string xllPath ) : object | ||
xllPath | string | |
Результат | object |
public static UnregisterXLL ( string xllPath ) : void | ||
xllPath | string | |
Результат | void |