[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Returns the import and class name resolution service.
Namespace: net.esper.core
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property AutoImportService As AutoImportService |
C# |
---|
public AutoImportService AutoImportService { get; } |
Visual C++ |
---|
public: property AutoImportService^ AutoImportService { AutoImportService^ get (); } |