Click or drag to resize

IResourceManagerGetResourceAsStream Method

Attempts to retrieve the resource identified by the specified name as a stream. If the stream can not be retrieved, this method returns null.

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

Parameters

name
Type: SystemString

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

Return Value

Type: Stream

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

See Also