Class AN_PackageInfo
Overall information about the contents of a package. This corresponds to all of the information collected from AndroidManifest.xml.
Inheritance
System.Object
AN_PackageInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.Content.Pm
Assembly: cs.temp.dll.dll
Syntax
public class AN_PackageInfo
Constructors
AN_PackageInfo(String, String)
Declaration
public AN_PackageInfo(string packageName, string versionName)
Parameters
Type | Name | Description |
---|---|---|
System.String | packageName | |
System.String | versionName |
Properties
PackageName
The name of this package.
Declaration
public string PackageName { get; }
Property Value
Type | Description |
---|---|
System.String |
SharedUserId
The shared user ID name of this package, as specified by the manifest
tag's sharedUserId attribute.
Declaration
public string SharedUserId { get; }
Property Value
Type | Description |
---|---|
System.String |
VersionName
The shared user ID name of this package, as specified by the manifest
tag's sharedUserId attribute.
Declaration
public string VersionName { get; }
Property Value
Type | Description |
---|---|
System.String |