KitchenDraw SDK 2
Show / Hide Table of Contents

Method AddPlugin

AddPlugin(string)

Loads a plugin in the application so that it becomes immediately operational.

Declaration
public Appli.Plugin AddPlugin(string pluginFilename)
Parameters
Type Name Description
string pluginFilename

Filename of a plugin to load, with complete path and extension.

Returns
Type Description
Appli.Plugin

The loaded plugin.

Remarks

This function doesn't register the plugin in the SPACE.INI file.

In this article
Back to top Generated by DocFX