C# 클래스 FS.DI.DynamicProxy.CustomInterceptorManager

파일 보기 프로젝트 열기: FarseerNet/Farseer.Net.DI

공개 메소드들

메소드 설명
Configure ( Type type ) : void

配置自定义拦截器

UnConfigure ( Type type ) : void

卸载配置

메소드 상세

Configure() 공개 정적인 메소드

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

UnConfigure() 공개 정적인 메소드

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