C# Class CryoAOP.Core.Intercept

Exibir arquivo Open project: fir3pho3nixx/cryo-aop

Public Properties

Property Type Description
Assembly Assembly

Public Methods

Method 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 method

public static Clear ( ) : void
return void

HandleInvocation() public static method

public static HandleInvocation ( Invocation invocation ) : void
invocation Invocation
return void

InterceptAll() public static method

public static InterceptAll ( MethodInterceptionScopeType interceptionScope ) : void
interceptionScope MethodInterceptionScopeType
return void

InterceptAspects() public static method

public static InterceptAspects ( ) : void
return void

InterceptMethod() public static method

public static InterceptMethod ( string fullTypeName, string methodName, MethodInterceptionScopeType interceptionScope ) : void
fullTypeName string
methodName string
interceptionScope MethodInterceptionScopeType
return void

InterceptProperty() public static method

public static InterceptProperty ( string fullTypeName, string propertyName, MethodInterceptionScopeType interceptionScope ) : void
fullTypeName string
propertyName string
interceptionScope MethodInterceptionScopeType
return void

InterceptType() public static method

public static InterceptType ( string fullTypeName, MethodInterceptionScopeType interceptionScope ) : void
fullTypeName string
interceptionScope MethodInterceptionScopeType
return void

LoadAssembly() public static method

public static LoadAssembly ( string assemblyPath ) : void
assemblyPath string
return void

SaveAssembly() public static method

public static SaveAssembly ( string assemblyPath ) : void
assemblyPath string
return void

Property Details

Assembly public_oe static_oe property

public static Assembly Assembly
return Assembly