Click or drag to resize

DefaultResourceManagerResolveResourceFile Method (String, String)

Resolves a resource and returns the file INFO.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public FileInfo ResolveResourceFile(
	string name,
	string searchPath
)

Parameters

name
Type: SystemString
The name.
searchPath
Type: SystemString
The search path.

Return Value

Type: FileInfo

[Missing <returns> documentation for "M:com.espertech.esper.compat.DefaultResourceManager.ResolveResourceFile(System.String,System.String)"]

Implements

IResourceManagerResolveResourceFile(String, String)
See Also