Click or drag to resize

ConfigurationCompilerByteCodeIsInstrumented Property

Returns the indicator whether the compiler generates instrumented byte code for use with the debugger.

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsInstrumented { get; }

Property Value

Type: Boolean
indicator
See Also