ContextWrapper.Assets Property

Definition

Return an AssetManager instance for your application's package.

public override Android.Content.Res.AssetManager? Assets { [Android.Runtime.Register("getAssets", "()Landroid/content/res/AssetManager;", "GetGetAssetsHandler")] get; }
[<get: Android.Runtime.Register("getAssets", "()Landroid/content/res/AssetManager;", "GetGetAssetsHandler")>]
member this.Assets : Android.Content.Res.AssetManager

Property Value

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to