C# Class CryoAOP.Core.Property

Afficher le fichier Open project: fir3pho3nixx/cryo-aop Class Usage Examples

Protected Properties

Свойство Type Description
Context MethodContext

Méthodes publiques

Méthode Description
InterceptProperty ( MethodInterceptionScopeType interceptionScope = MethodInterceptionScopeType.Shallow ) : void
Property ( Type type, Mono.Cecil.PropertyDefinition definition ) : System
ToString ( ) : string

Private Methods

Méthode Description
InterceptMethod ( Mono.Cecil.PropertyDefinition property, Mono.Cecil.MethodDefinition renamedMethod, MethodInterceptionScopeType interceptionScope ) : Mono.Cecil.MethodDefinition

Method Details

InterceptProperty() public méthode

public InterceptProperty ( MethodInterceptionScopeType interceptionScope = MethodInterceptionScopeType.Shallow ) : void
interceptionScope MethodInterceptionScopeType
Résultat void

Property() public méthode

public Property ( Type type, Mono.Cecil.PropertyDefinition definition ) : System
type System.Type
definition Mono.Cecil.PropertyDefinition
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Context protected_oe property

protected MethodContext,CryoAOP.Core Context
Résultat MethodContext