C# Class CryoAOP.Core.Property

Exibir arquivo Open project: fir3pho3nixx/cryo-aop Class Usage Examples

Protected Properties

Property Type Description
Context MethodContext

Public Methods

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

Private Methods

Method Description
InterceptMethod ( Mono.Cecil.PropertyDefinition property, Mono.Cecil.MethodDefinition renamedMethod, MethodInterceptionScopeType interceptionScope ) : Mono.Cecil.MethodDefinition

Method Details

InterceptProperty() public method

public InterceptProperty ( MethodInterceptionScopeType interceptionScope = MethodInterceptionScopeType.Shallow ) : void
interceptionScope MethodInterceptionScopeType
return void

Property() public method

public Property ( Type type, Mono.Cecil.PropertyDefinition definition ) : System
type System.Type
definition Mono.Cecil.PropertyDefinition
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Context protected_oe property

protected MethodContext,CryoAOP.Core Context
return MethodContext