C# Class ExoGraph.Injection.InjectionGraphTypeProvider.InjectionGraphType

Inheritance: ReflectionGraphType
Afficher le fichier Open project: vc3/ExoModel

Méthodes publiques

Méthode Description
GetGraphInstance ( object instance ) : GraphInstance

Méthodes protégées

Méthode Description
InjectionGraphType ( string @namespace, Type type, string scope ) : System

Method Details

GetGraphInstance() public méthode

public GetGraphInstance ( object instance ) : GraphInstance
instance object
Résultat GraphInstance

InjectionGraphType() protected méthode

protected InjectionGraphType ( string @namespace, Type type, string scope ) : System
@namespace string
type System.Type
scope string
Résultat System