[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetResourceAsStream ( _
	name As String _
) As Stream
C#
public static Stream GetResourceAsStream (
	string name
)
Visual C++
public:
static Stream^ GetResourceAsStream (
	String^ name
)

Parameters

name
System.String

Return Value