Click or drag to resize

DefaultResourceManagerResolveResourceURL Method

Resolves a resource and the URL for the resource

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public Uri ResolveResourceURL(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:com.espertech.esper.compat.DefaultResourceManager.ResolveResourceURL(System.String)"]

Return Value

Type: Uri

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

Implements

IResourceManagerResolveResourceURL(String)
See Also