C# 클래스 NStub.Core.AssemblyFetcher

Load assemblies and build a reflection graph of the contained types.
파일 보기 프로젝트 열기: Jedzia/NStub 1 사용 예제들

공개 메소드들

메소드 설명
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