메소드 | 설명 | |
---|---|---|
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. |
리턴 | ServiceMethodList |
public GetNamespaces ( |
||
pluginSource | The plugin source. | |
리턴 | NamespaceList |
public TestPlugin ( |
||
pluginService | The plugin service. | |
리턴 | IOutputDescription |
public ValidatePlugin ( string toLoad, string &error ) : bool | ||
toLoad | string | |
error | string | |
리턴 | bool |