InitializeRootLibrary() static private method

static private InitializeRootLibrary ( string xllPath ) : void
xllPath string
return void
Example #1
0
 // Called via Reflection from Loader
 internal static void Initialize(string xllPath)
 {
     ExcelDnaUtil.Initialize();              // Set up window handle
     Logging.TraceLogger.Initialize();
     DnaLibrary.InitializeRootLibrary(xllPath);
 }