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

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

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

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

Initializes a new instance of the ClassProxyDefinition class.

CreateProxy ( Type type, object arguments ) : object
UnwrapProxy ( object proxy ) : object

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

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

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

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

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

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

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

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

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