DeviceResources

Wisej.Hybrid.DeviceResources

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

Provides methods for accessing resources embedded within the Hybrid client application.

public class DeviceResources

Access this class through the Device singleton.

Constructors

Initializes a new instance of DeviceResources.

Methods

Gets a byte array of the given resource if it exists.

Returns: Byte[]. The resource byte array.

A HybridAsset: /Assets/image.png can be accessed using "image.png" if only one HybridAsset named "image.png" exists or "/Assets/image.png".

Gets a stream of the given resource if it exists.

Returns: MemoryStream. The resource stream.

Last updated