C# Class CryoAOP.Core.Intercept

Afficher le fichier Open project: fir3pho3nixx/cryo-aop

Méthodes publiques

Свойство Type Description
Assembly Assembly

Méthodes publiques

Méthode Description
Clear ( ) : void
HandleInvocation ( Invocation invocation ) : void
InterceptAll ( MethodInterceptionScopeType interceptionScope ) : void
InterceptAspects ( ) : void
InterceptMethod ( string fullTypeName, string methodName, MethodInterceptionScopeType interceptionScope ) : void
InterceptProperty ( string fullTypeName, string propertyName, MethodInterceptionScopeType interceptionScope ) : void
InterceptType ( string fullTypeName, MethodInterceptionScopeType interceptionScope ) : void
LoadAssembly ( string assemblyPath ) : void
SaveAssembly ( string assemblyPath ) : void

Method Details

Clear() public static méthode

public static Clear ( ) : void
Résultat void

HandleInvocation() public static méthode

public static HandleInvocation ( Invocation invocation ) : void
invocation Invocation
Résultat void

InterceptAll() public static méthode

public static InterceptAll ( MethodInterceptionScopeType interceptionScope ) : void
interceptionScope MethodInterceptionScopeType
Résultat void

InterceptAspects() public static méthode

public static InterceptAspects ( ) : void
Résultat void

InterceptMethod() public static méthode

public static InterceptMethod ( string fullTypeName, string methodName, MethodInterceptionScopeType interceptionScope ) : void
fullTypeName string
methodName string
interceptionScope MethodInterceptionScopeType
Résultat void

InterceptProperty() public static méthode

public static InterceptProperty ( string fullTypeName, string propertyName, MethodInterceptionScopeType interceptionScope ) : void
fullTypeName string
propertyName string
interceptionScope MethodInterceptionScopeType
Résultat void

InterceptType() public static méthode

public static InterceptType ( string fullTypeName, MethodInterceptionScopeType interceptionScope ) : void
fullTypeName string
interceptionScope MethodInterceptionScopeType
Résultat void

LoadAssembly() public static méthode

public static LoadAssembly ( string assemblyPath ) : void
assemblyPath string
Résultat void

SaveAssembly() public static méthode

public static SaveAssembly ( string assemblyPath ) : void
assemblyPath string
Résultat void

Property Details

Assembly public_oe static_oe property

public static Assembly Assembly
Résultat Assembly