C# Класс NStub.Core.AssemblyFetcher

Load assemblies and build a reflection graph of the contained types.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
CreateTreeNode ( string text, TestNodeType testNodeType, object tag ) : TestNode

Creates a TreeNode with the given text and image key.

Описание методов

AssemblyFetcher() публичный Метод

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.
Результат System

LoadAssembly() публичный Метод

Reflects through the currently selected assembly and reflects the type tree in tvAssemblyGraph.
public LoadAssembly ( ) : TestNode
Результат TestNode