Click or drag to resize

IResourceManager Interface

[Missing <summary> documentation for "T:com.espertech.esper.compat.IResourceManager"]

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public interface IResourceManager

The IResourceManager type exposes the following members.

Methods
  NameDescription
Public methodGetResourceAsStream
Attempts to retrieve the resource identified by the specified name as a stream. If the stream can not be retrieved, this method returns null.
Public methodResolveResourceFile(String)
Resolves a resource and returns the file INFO.
Public methodResolveResourceFile(String, String)
Resolves a resource and returns the file INFO.
Public methodResolveResourceURL
Resolves a resource and the URL for the resource
Top
See Also