C# Class CryoAOP.Core.Method

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

Protected Properties

Property Type Description
Context MethodContext

Public Methods

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

Method Details

InterceptMethod() public method

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

Method() public method

public Method ( Type type, Mono.Cecil.MethodDefinition definition ) : System
type System.Type
definition Mono.Cecil.MethodDefinition
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Context protected_oe property

protected MethodContext,CryoAOP.Core Context
return MethodContext