ExcelDna.Integration.DnaLibrary.DeInitialize C# (CSharp) Method

DeInitialize() static private method

static private DeInitialize ( ) : void
return void
        internal static void DeInitialize()
        {
            // Called to shut down the Add-In.
            // Free whatever possible
            rootLibrary = null;
        }

Usage Example

Example #1
0
 // Called via Reflection from Loader
 internal static void DeInitialize()
 {
     DnaLibrary.DeInitialize();
 }