C# Класс Dev2.Runtime.ServiceModel.Esb.Brokers.PluginBroker

Handle interaction with plugins ;)
Наследование: IPluginBroker
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetMethods ( string assemblyLocation, string assemblyName, string fullName ) : ServiceMethodList

Gets the methods.

GetNamespaces ( PluginSource pluginSource ) : NamespaceList

Gets the namespaces.

TestPlugin ( PluginService pluginService ) : IOutputDescription

Tests the plugin.

ValidatePlugin ( string toLoad, string &error ) : bool

Описание методов

GetMethods() публичный Метод

Gets the methods.
public GetMethods ( string assemblyLocation, string assemblyName, string fullName ) : ServiceMethodList
assemblyLocation string The assembly location.
assemblyName string Name of the assembly.
fullName string The full name.
Результат ServiceMethodList

GetNamespaces() публичный Метод

Gets the namespaces.
public GetNamespaces ( PluginSource pluginSource ) : NamespaceList
pluginSource Dev2.Runtime.ServiceModel.Data.PluginSource The plugin source.
Результат NamespaceList

TestPlugin() публичный Метод

Tests the plugin.
public TestPlugin ( PluginService pluginService ) : IOutputDescription
pluginService Dev2.Runtime.ServiceModel.Data.PluginService The plugin service.
Результат IOutputDescription

ValidatePlugin() публичный Метод

public ValidatePlugin ( string toLoad, string &error ) : bool
toLoad string
error string
Результат bool