Java.Util.Jar.JarFile.Manifest Property
Returns the Manifest object associated with this JarFile or null if no MANIFEST entry exists.

Syntax

[get: Android.Runtime.Register("getManifest", "()Ljava/util/jar/Manifest;", "GetGetManifestHandler")]
public virtual Manifest Manifest { get; }

See Also

Manifest

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs reading the MANIFEST file.
Java.Lang.IllegalStateExceptionif the jar file is closed.

Remarks

Returns the Manifest object associated with this JarFile or null if no MANIFEST entry exists.

[Android Documentation]

Requirements

Namespace: Java.Util.Jar
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1