KitchenDraw SDK 2
Show / Hide Table of Contents

Method RemovePlugin

RemovePlugin(Plugin)

Unloads a plugin from the application so that it immediately stops being operational.

Declaration
public void RemovePlugin(Appli.Plugin plugin)
Parameters
Type Name Description
Appli.Plugin plugin

The plugin to unload.

RemovePlugin(string)

Unloads a plugin from the application so that it immediately stops being operational.

Declaration
public void RemovePlugin(string pluginFilename)
Parameters
Type Name Description
string pluginFilename

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

In this article
Back to top Generated by DocFX