Method | Description | |
---|---|---|
GetMethods ( string assemblyLocation, string assemblyName, string fullName ) : ServiceMethodList |
Gets the methods.
|
|
GetNamespaces ( |
||
InvokePlugin ( |
||
TestPlugin ( |
||
ValidatePlugin ( string toLoad ) : string |
Validates the plugin.
|
Method | Description | |
---|---|---|
CreateInvokeAppDomain ( |
public static 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 static GetNamespaces ( |
||
pluginSource | ||
return | NamespaceList |
public static InvokePlugin ( |
||
args | ||
return | object |
public static TestPlugin ( |
||
args | ||
return | IOutputDescription |
public static ValidatePlugin ( string toLoad ) : string | ||
toLoad | string | The automatic load. |
return | string |