C# Class FS.DI.DynamicProxy.CustomInterceptorManager

Afficher le fichier Open project: FarseerNet/Farseer.Net.DI

Méthodes publiques

Méthode Description
Configure ( Type type ) : void

配置自定义拦截器

UnConfigure ( Type type ) : void

卸载配置

Method Details

Configure() public static méthode

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

UnConfigure() public static méthode

卸载配置
public static UnConfigure ( Type type ) : void
type System.Type
Résultat void