C# 클래스 ZeroInstall.OneGet.OneGetContextInterceptor

Forwards requests to an IOneGetContext implementation from a deployed or cached Zero Install instance.
상속: IInterceptor
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
Intercept ( LinFu.DynamicProxy.InvocationInfo info ) : object
OneGetContextInterceptor ( [ request ) : System

Creates a new IOneGetContext interceptor.

비공개 메소드들

메소드 설명
DuckType ( object target, LinFu.DynamicProxy.InvocationInfo info ) : object

Forwards a method invocation info to a target using duck-typing.

GetProviderDirectory ( ) : string
InitExternalContext ( ) : object

메소드 상세

Intercept() 공개 메소드

public Intercept ( LinFu.DynamicProxy.InvocationInfo info ) : object
info LinFu.DynamicProxy.InvocationInfo
리턴 object

OneGetContextInterceptor() 공개 메소드

Creates a new IOneGetContext interceptor.
public OneGetContextInterceptor ( [ request ) : System
request [ The OneGet request interface to pass to the constructor of the target implementation.
리턴 System