Android.Content.Res.AssetManager Members

The members of Android.Content.Res.AssetManager are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Close()
Close this asset manager.
GetLocales() : string[]
Get the locales that this asset manager contains data for.
List(string) : string[]
Return a String array of all the assets at the given path.
ListAsync(string) : System.Threading.Tasks.Task<String[]>
Documentation for this section has not yet been entered.
Open(string) : System.IO.Stream
Open an asset using ACCESS_STREAMING mode.
Open(string, Access) : System.IO.Stream
Open an asset using an explicit access mode, returning an InputStream to read its contents.
OpenFd(string) : AssetFileDescriptor
OpenNonAssetFd(string) : AssetFileDescriptor
OpenNonAssetFd(int, string) : AssetFileDescriptor
OpenXmlResourceParser(string) : System.Xml.XmlReader
Retrieve a parser for a compiled XML file.
OpenXmlResourceParser(int, string) : System.Xml.XmlReader
Retrieve a parser for a compiled XML file.