C# Класс LinFu.AOP.Interfaces.ActivationContext

Represents a class that describes a request to instantiate a particular object type.
Наследование: IActivationContext
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ActivationContext ( Type concreteType, object additionalArguments ) : System

Initializes the context with the given parameters.

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

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

Initializes the context with the given parameters.
public ActivationContext ( Type concreteType, object additionalArguments ) : System
concreteType System.Type The type to be instantiated.
additionalArguments object The additional arguments that must be passed to the constructor.
Результат System