C# Class CryoAOP.Core.Method

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

Protected Properties

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

Méthodes publiques

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

Method Details

InterceptMethod() public méthode

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

Method() public méthode

public Method ( Type type, Mono.Cecil.MethodDefinition definition ) : System
type System.Type
definition Mono.Cecil.MethodDefinition
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