DynamoVisualProgramming.DynamoServices by Autodesk

<PackageReference Include="DynamoVisualProgramming.DynamoServices" Version="3.4.0-beta6850" />

 IExtensionApplication

An FFI library can implement this interface to get some notifications from DesignScript application.

Called when script execution starts.

Called when script execution has ended.

Called when script execution is resumed after debugging/inspection

Called when script execution is suspended for debugging/inspection

void PreloadAsmLibraries(string baseDirectory)

Preloads unmanaged ASM libraries

void ShutDown()

Called when designscript application is shutting down.

void StartUp(ExtensionStartupParams startParams)

Called when first time this application is loaded.