Property | Type | Description | |
---|---|---|---|
Assembly | Assembly |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
HandleInvocation ( |
||
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 |
public static HandleInvocation ( |
||
invocation | ||
return | void |
public static InterceptAll ( MethodInterceptionScopeType interceptionScope ) : void | ||
interceptionScope | MethodInterceptionScopeType | |
return | void |
public static InterceptMethod ( string fullTypeName, string methodName, MethodInterceptionScopeType interceptionScope ) : void | ||
fullTypeName | string | |
methodName | string | |
interceptionScope | MethodInterceptionScopeType | |
return | void |
public static InterceptProperty ( string fullTypeName, string propertyName, MethodInterceptionScopeType interceptionScope ) : void | ||
fullTypeName | string | |
propertyName | string | |
interceptionScope | MethodInterceptionScopeType | |
return | void |
public static InterceptType ( string fullTypeName, MethodInterceptionScopeType interceptionScope ) : void | ||
fullTypeName | string | |
interceptionScope | MethodInterceptionScopeType | |
return | void |
public static LoadAssembly ( string assemblyPath ) : void | ||
assemblyPath | string | |
return | void |
public static SaveAssembly ( string assemblyPath ) : void | ||
assemblyPath | string | |
return | void |