IPluginManagerRemove(Type, Delegate) 方法
根据插件类型和功能委托移除插件
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
void Remove(
Type pluginType,
Delegate func
)
Sub Remove (
pluginType As Type,
func As Delegate
)
abstract Remove :
pluginType : Type *
func : Delegate -> unit
参数
- pluginType Type
- 要移除的插件类型
- func Delegate
- 代表要移除的功能的委托