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

Resolves a resource and returns the file info.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function ResolveResourceFile ( _
	name As String, _
	searchPath As String _
) As FileInfo
C#
public static FileInfo ResolveResourceFile (
	string name,
	string searchPath
)
Visual C++
public:
static FileInfo^ ResolveResourceFile (
	String^ name, 
	String^ searchPath
)

Parameters

name
System.String
The name.
searchPath
System.String
The search path.

Return Value