C# 클래스 NProxy.Core.ProxyTemplate

Represents a proxy template.
상속: IProxyTemplate
파일 보기 프로젝트 열기: mtamme/NProxy

공개 메소드들

메소드 설명
AdaptProxy ( Type interfaceType, object proxy ) : object
CreateProxy ( IInvocationHandler invocationHandler ) : object
ProxyTemplate ( IProxyDefinition proxyDefinition, Type implementationType, ICollection eventInfos, ICollection propertyInfos, ICollection methodInfos ) : System

Initializes a new instance of the ProxyTemplate class.

메소드 상세

AdaptProxy() 공개 메소드

public AdaptProxy ( Type interfaceType, object proxy ) : object
interfaceType System.Type
proxy object
리턴 object

CreateProxy() 공개 메소드

public CreateProxy ( IInvocationHandler invocationHandler ) : object
invocationHandler IInvocationHandler
리턴 object

ProxyTemplate() 공개 메소드

Initializes a new instance of the ProxyTemplate class.
public ProxyTemplate ( IProxyDefinition proxyDefinition, Type implementationType, ICollection eventInfos, ICollection propertyInfos, ICollection methodInfos ) : System
proxyDefinition IProxyDefinition The proxy definition.
implementationType System.Type The implementation type.
eventInfos ICollection The event informations.
propertyInfos ICollection The property informations.
methodInfos ICollection The method informations.
리턴 System