C# 클래스 ExoGraph.Injection.InjectionGraphTypeProvider

Implementation of GraphContext that injects logic into compiled assemblies to monitor graph changes.
상속: ReflectionGraphTypeProvider
파일 보기 프로젝트 열기: vc3/ExoModel 1 사용 예제들

공개 메소드들

메소드 설명
InjectionGraphTypeProvider ( ) : System
InjectionGraphTypeProvider ( IEnumerable types ) : System
InjectionGraphTypeProvider ( string @namespace ) : System
InjectionGraphTypeProvider ( string @namespace, IEnumerable types ) : System

비공개 메소드들

메소드 설명
GetInstanceAspect ( ) : CompositionAspect
GetOnPropertyGetAspect ( PropertyInfo property ) : OnMethodBoundaryAspect
GetOnPropertySetAspect ( PropertyInfo property ) : OnMethodBoundaryAspect
GetTypes ( ) : IEnumerable

메소드 상세

InjectionGraphTypeProvider() 공개 메소드

public InjectionGraphTypeProvider ( ) : System
리턴 System

InjectionGraphTypeProvider() 공개 메소드

public InjectionGraphTypeProvider ( IEnumerable types ) : System
types IEnumerable
리턴 System

InjectionGraphTypeProvider() 공개 메소드

public InjectionGraphTypeProvider ( string @namespace ) : System
@namespace string
리턴 System

InjectionGraphTypeProvider() 공개 메소드

public InjectionGraphTypeProvider ( string @namespace, IEnumerable types ) : System
@namespace string
types IEnumerable
리턴 System