Android.Content.Res.AssetManager Class
Provides access to an application's raw asset files; see Android.Content.Res.Resources for the way most applications will want to retrieve their resource data.

See Also: AssetManager Members

Syntax

[Android.Runtime.Register("android/content/res/AssetManager", DoNotGenerateAcw=true)]
public sealed class AssetManager : Java.Lang.Object

Remarks

Provides access to an application's raw asset files; see Android.Content.Res.Resources for the way most applications will want to retrieve their resource data. This class presents a lower-level API that allows you to open and read raw files that have been bundled with the application as a simple stream of bytes.

[Android Documentation]

Requirements

Namespace: Android.Content.Res
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1