C# Class NStub.Core.AssemblyFetcher

Load assemblies and build a reflection graph of the contained types.
Afficher le fichier Open project: Jedzia/NStub Class Usage Examples

Méthodes publiques

Méthode Description
AssemblyFetcher ( MemberVisibility methodVisibility, string assemblyName, IEnumerable inputAssemblies ) : System

Initializes a new instance of the T:AssemblyFetcher class.

LoadAssembly ( ) : TestNode

Reflects through the currently selected assembly and reflects the type tree in tvAssemblyGraph.

Private Methods

Méthode Description
CreateTreeNode ( string text, TestNodeType testNodeType, object tag ) : TestNode

Creates a TreeNode with the given text and image key.

Method Details

AssemblyFetcher() public méthode

Initializes a new instance of the T:AssemblyFetcher class.
public AssemblyFetcher ( MemberVisibility methodVisibility, string assemblyName, IEnumerable inputAssemblies ) : System
methodVisibility MemberVisibility The method visibility to parse.
assemblyName string Description text of the root assembly node.
inputAssemblies IEnumerable The list of input assemblies.
Résultat System

LoadAssembly() public méthode

Reflects through the currently selected assembly and reflects the type tree in tvAssemblyGraph.
public LoadAssembly ( ) : TestNode
Résultat TestNode