Table of Contents

Method OpenResource

Namespace
Bonsai.Resources
Assembly
Bonsai.System.dll

OpenResource(string)

Opens a stream for reading the specified resource.

protected Stream OpenResource(string path)

Parameters

path string

The name of the resource to be opened for reading.

Returns

Stream

A Stream object for reading the resource.