C# Class ReferenceAnalysisAlgorithm.TypeGraph, DailyProjects

Afficher le fichier Open project: GHScan/DailyProjects Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
BuildLayout ( Type type ) : TypeLayout
GetOrAddNode ( Type type ) : TypeNode,
MarkDerivedNodesAsRelated ( ) : void

Method Details

GetLayout() public méthode

public GetLayout ( Type type ) : TypeLayout
type Type
Résultat TypeLayout

TypeGraph() public méthode

public TypeGraph ( Type targetType, IEnumerable assemblys, ReflectionPolicy policy ) : System
targetType Type
assemblys IEnumerable
policy ReflectionPolicy
Résultat System

TypeGraph() public méthode

public TypeGraph ( Type targetType, IEnumerable types, ReflectionPolicy policy ) : System
targetType Type
types IEnumerable
policy ReflectionPolicy
Résultat System

TypeGraph() public méthode

public TypeGraph ( Type targetType, ReflectionPolicy policy ) : System
targetType Type
policy ReflectionPolicy
Résultat System