Click or drag to resize

DefaultResourceManager Constructor

Initializes a new instance of the DefaultResourceManager class.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public DefaultResourceManager(
	bool useDefaultSearchPath,
	params string[] searchPath
)

Parameters

useDefaultSearchPath
Type: SystemBoolean
if set to true [use default search path].
searchPath
Type: SystemString
The search path.
See Also