C# Class ExoGraph.Injection.InjectionGraphTypeProvider

Implementation of GraphContext that injects logic into compiled assemblies to monitor graph changes.
Inheritance: ReflectionGraphTypeProvider
Afficher le fichier Open project: vc3/ExoModel Class Usage Examples

Méthodes publiques

Méthode Description
InjectionGraphTypeProvider ( ) : System
InjectionGraphTypeProvider ( IEnumerable types ) : System
InjectionGraphTypeProvider ( string @namespace ) : System
InjectionGraphTypeProvider ( string @namespace, IEnumerable types ) : System

Private Methods

Méthode Description
GetInstanceAspect ( ) : CompositionAspect
GetOnPropertyGetAspect ( PropertyInfo property ) : OnMethodBoundaryAspect
GetOnPropertySetAspect ( PropertyInfo property ) : OnMethodBoundaryAspect
GetTypes ( ) : IEnumerable

Method Details

InjectionGraphTypeProvider() public méthode

public InjectionGraphTypeProvider ( ) : System
Résultat System

InjectionGraphTypeProvider() public méthode

public InjectionGraphTypeProvider ( IEnumerable types ) : System
types IEnumerable
Résultat System

InjectionGraphTypeProvider() public méthode

public InjectionGraphTypeProvider ( string @namespace ) : System
@namespace string
Résultat System

InjectionGraphTypeProvider() public méthode

public InjectionGraphTypeProvider ( string @namespace, IEnumerable types ) : System
@namespace string
types IEnumerable
Résultat System