Method | Description | |
---|---|---|
AssemblyFetcher ( MemberVisibility methodVisibility, string assemblyName, IEnumerable |
Initializes a new instance of the T:AssemblyFetcher class.
|
|
LoadAssembly ( ) : TestNode |
Reflects through the currently selected assembly and reflects the type tree in tvAssemblyGraph.
|
Method | Description | |
---|---|---|
CreateTreeNode ( string text, TestNodeType testNodeType, object tag ) : TestNode |
Creates a
|
public AssemblyFetcher ( MemberVisibility methodVisibility, string assemblyName, IEnumerable |
||
methodVisibility | MemberVisibility | The method visibility to parse. |
assemblyName | string | Description text of the root assembly node. |
inputAssemblies | IEnumerable |
The list of input assemblies. |
return | System |