Method | Description | |
---|---|---|
GetMethods ( string assemblyLocation, string assemblyName, string fullName ) : ServiceMethodList |
Gets the methods.
|
|
GetNamespaces ( |
Gets the namespaces.
|
|
TestPlugin ( |
Tests the plugin.
|
|
ValidatePlugin ( string toLoad, string &error ) : bool |
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. |
return | ServiceMethodList |
public GetNamespaces ( |
||
pluginSource | The plugin source. | |
return | NamespaceList |
public TestPlugin ( |
||
pluginService | The plugin service. | |
return | IOutputDescription |
public ValidatePlugin ( string toLoad, string &error ) : bool | ||
toLoad | string | |
error | string | |
return | bool |