C# Class PageTypeBuilder.Activation.PageTypePropertiesProxyGenerationHook

Inheritance: IProxyGenerationHook
Afficher le fichier Open project: joelabrahamsson/Page-Type-Builder

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MethodsInspected() public méthode

public MethodsInspected ( ) : void
Résultat void

NonProxyableMemberNotification() public méthode

public NonProxyableMemberNotification ( Type type, System memberInfo ) : void
type System.Type
memberInfo System
Résultat void

NonVirtualMemberNotification() public méthode

public NonVirtualMemberNotification ( Type type, System memberInfo ) : void
type System.Type
memberInfo System
Résultat void

ShouldInterceptMethod() public méthode

public ShouldInterceptMethod ( Type type, System memberInfo ) : bool
type System.Type
memberInfo System
Résultat bool