C# Class FS.DI.DynamicProxy.CustomInterceptorManager

Mostra file Open project: FarseerNet/Farseer.Net.DI

Public Methods

Method Description
Configure ( Type type ) : void

配置自定义拦截器

UnConfigure ( Type type ) : void

卸载配置

Method Details

Configure() public static method

配置自定义拦截器
public static Configure ( Type type ) : void
type System.Type
return void

UnConfigure() public static method

卸载配置
public static UnConfigure ( Type type ) : void
type System.Type
return void