Share via


JarFile.Manifest Property

Definition

Returns the jar file manifest, or null if none.

public virtual Java.Util.Jar.Manifest? Manifest { [Android.Runtime.Register("getManifest", "()Ljava/util/jar/Manifest;", "GetGetManifestHandler")] get; }
[<get: Android.Runtime.Register("getManifest", "()Ljava/util/jar/Manifest;", "GetGetManifestHandler")>]
member this.Manifest : Java.Util.Jar.Manifest

Property Value

the jar file manifest, or null if none

Attributes

Exceptions

if an error occurs reading the MANIFEST file.

if the jar file is closed.

Remarks

Returns the jar file manifest, or null if none.

Java documentation for java.util.jar.JarFile.getManifest().

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

See also