메소드 | 설명 | |
---|---|---|
FetchNamespaceListObject ( |
Fetches the name space list object.
|
|
ListMethods ( string assemblyLocation, string assemblyName, string fullName ) : ServiceMethodList |
Lists the methods.
|
|
ListNamespaces ( string assemblyLocation, string assemblyName ) : List |
Lists the namespaces.
|
|
Run ( |
Runs the specified setup information.
|
|
Test ( |
||
ValidatePlugin ( string toLoad ) : string |
메소드 | 설명 | |
---|---|---|
AdjustPluginResult ( object pluginResult, |
Adjusts the plugin result.
|
|
BuildParameterList ( List |
Builds the parameter list.
|
|
BuildTypeList ( List |
Builds the type list.
|
|
CurrentDomain_AssemblyResolve ( object sender, |
||
LoadDepencencies ( |
Loads the dependencies.
|
|
ReadNamespaces ( string assemblyLocation, string assemblyName ) : IEnumerable |
Reads the namespaces.
|
|
TryLoadAssembly ( string assemblyLocation, string assemblyName, |
Tries the load assembly.
|
public FetchNamespaceListObject ( |
||
pluginSource | The plugin source. | |
리턴 | NamespaceList |
public ListMethods ( 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 ListNamespaces ( string assemblyLocation, string assemblyName ) : List |
||
assemblyLocation | string | The assembly location. |
assemblyName | string | Name of the assembly. |
리턴 | List |
public Run ( |
||
setupInfo | The setup information. | |
리턴 | object |
public Test ( |
||
setupInfo | ||
리턴 | IOutputDescription |