C# 클래스 PageTypeBuilder.Activation.PageTypePropertiesProxyGenerationHook

상속: IProxyGenerationHook
파일 보기 프로젝트 열기: joelabrahamsson/Page-Type-Builder

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
MethodsInspected ( ) : void
NonProxyableMemberNotification ( Type type, System memberInfo ) : void
NonVirtualMemberNotification ( Type type, System memberInfo ) : void
ShouldInterceptMethod ( Type type, System memberInfo ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MethodsInspected() 공개 메소드

public MethodsInspected ( ) : void
리턴 void

NonProxyableMemberNotification() 공개 메소드

public NonProxyableMemberNotification ( Type type, System memberInfo ) : void
type System.Type
memberInfo System
리턴 void

NonVirtualMemberNotification() 공개 메소드

public NonVirtualMemberNotification ( Type type, System memberInfo ) : void
type System.Type
memberInfo System
리턴 void

ShouldInterceptMethod() 공개 메소드

public ShouldInterceptMethod ( Type type, System memberInfo ) : bool
type System.Type
memberInfo System
리턴 bool