Метод | Описание | |
---|---|---|
GetMethods ( string assemblyLocation, string assemblyName, string fullName ) : ServiceMethodList |
Gets the methods.
|
|
GetNamespaces ( |
||
InvokePlugin ( |
||
TestPlugin ( |
||
ValidatePlugin ( string toLoad ) : string |
Validates the plugin.
|
Метод | Описание | |
---|---|---|
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. |
Результат | ServiceMethodList |
public static GetNamespaces ( |
||
pluginSource | ||
Результат | NamespaceList |
public static InvokePlugin ( |
||
args | ||
Результат | object |
public static TestPlugin ( |
||
args | ||
Результат | IOutputDescription |
public static ValidatePlugin ( string toLoad ) : string | ||
toLoad | string | The automatic load. |
Результат | string |