Initialize Method

This method initializes the ShellBoost library.

Syntax

public void Initialize();
Public Sub Initialize()

Remarks

This method initializes the library and must be called each time the application starts before attempting to use ShellBoost Core methods. The two exceptions are Install and Uninstall, which don't require advance initialization.

Before calling this method, you must set the ProductGUID property. If the application explicitly specifies the path to the DLL, it should do this through the PathToDLL property before calling this method.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Shell 2022 .NET Edition - Version 22.0 [Build 8367]