Click or drag to resize

InjectionStrategy Interface

Interface for providing the compiler with code that allocates and initializes an instance of some class

Namespace:  com.espertech.esper.common.client.hook.forgeinject
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface InjectionStrategy

The InjectionStrategy type exposes the following members.

Methods
  NameDescription
Public methodGetInitializationExpression
Returns the initialization expression
Top
See Also