C# Класс NProxy.Core.Internal.Definitions.DelegateProxyDefinition

Represents a delegate proxy definition.
Наследование: ProxyDefinitionBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AcceptVisitor ( IProxyDefinitionVisitor proxyDefinitionVisitor ) : void
CreateProxy ( Type type, object arguments ) : object
DelegateProxyDefinition ( Type declaringType, IEnumerable interfaceTypes ) : System

Initializes a new instance of the DelegateProxyDefinition class.

UnwrapProxy ( object proxy ) : object

Описание методов

AcceptVisitor() публичный Метод

public AcceptVisitor ( IProxyDefinitionVisitor proxyDefinitionVisitor ) : void
proxyDefinitionVisitor IProxyDefinitionVisitor
Результат void

CreateProxy() публичный Метод

public CreateProxy ( Type type, object arguments ) : object
type System.Type
arguments object
Результат object

DelegateProxyDefinition() публичный Метод

Initializes a new instance of the DelegateProxyDefinition class.
public DelegateProxyDefinition ( Type declaringType, IEnumerable interfaceTypes ) : System
declaringType System.Type The declaring type.
interfaceTypes IEnumerable The interface types.
Результат System

UnwrapProxy() публичный Метод

public UnwrapProxy ( object proxy ) : object
proxy object
Результат object