Table of Contents

Method CreateResource

Namespace
Bonsai.Resources
Assembly
Bonsai.System.dll

CreateResource(ResourceManager)

Creates the contents of the resource using the specified resource manager.

IDisposable CreateResource(ResourceManager resourceManager)

Parameters

resourceManager ResourceManager

The ResourceManager object onto which the resource will be loaded. The resource manager can be accessed to load additional resource dependencies which may be required to create the new resource.

Returns

IDisposable

A IDisposable object which can be used to access and release the resource contents.