Click or drag to resize

ConfigurationCompilerByteCode Property

Returns code generation settings

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

Property Value

Type: ConfigurationCompilerByteCode
code generation settings
See Also