C# 클래스 ReferenceAnalysisAlgorithm.TypeGraph, DailyProjects

파일 보기 프로젝트 열기: GHScan/DailyProjects 1 사용 예제들

공개 메소드들

메소드 설명
GetLayout ( Type type ) : TypeLayout
TypeGraph ( Type targetType, IEnumerable assemblys, ReflectionPolicy policy ) : System
TypeGraph ( Type targetType, IEnumerable types, ReflectionPolicy policy ) : System
TypeGraph ( Type targetType, ReflectionPolicy policy ) : System

비공개 메소드들

메소드 설명
BuildLayout ( Type type ) : TypeLayout
GetOrAddNode ( Type type ) : TypeNode,
MarkDerivedNodesAsRelated ( ) : void

메소드 상세

GetLayout() 공개 메소드

public GetLayout ( Type type ) : TypeLayout
type Type
리턴 TypeLayout

TypeGraph() 공개 메소드

public TypeGraph ( Type targetType, IEnumerable assemblys, ReflectionPolicy policy ) : System
targetType Type
assemblys IEnumerable
policy ReflectionPolicy
리턴 System

TypeGraph() 공개 메소드

public TypeGraph ( Type targetType, IEnumerable types, ReflectionPolicy policy ) : System
targetType Type
types IEnumerable
policy ReflectionPolicy
리턴 System

TypeGraph() 공개 메소드

public TypeGraph ( Type targetType, ReflectionPolicy policy ) : System
targetType Type
policy ReflectionPolicy
리턴 System