JavaLibraryReferenceAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This attribute is no longer supported.
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
[System.Obsolete("This attribute is no longer supported.", true)]
public class JavaLibraryReferenceAttribute : Android.ReferenceFilesAttribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
[<System.Obsolete("This attribute is no longer supported.", true)>]
type JavaLibraryReferenceAttribute = class
inherit ReferenceFilesAttribute
- Inheritance
- 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.
Constructors
| Name | Description |
|---|---|
| JavaLibraryReferenceAttribute(String) | |
Properties
| Name | Description |
|---|---|
| EmbeddedArchive |
Gets or sets the name of the embedded archive. (Inherited from ReferenceFilesAttribute) |
| InstallInstructions |
Gets or sets installation instructions for the referenced file. (Inherited from ReferenceFilesAttribute) |
| LibraryFileName | |
| PackageName |
Gets or sets the package name associated with the referenced file. (Inherited from ReferenceFilesAttribute) |
| Sha1sum |
Gets or sets the SHA-1 checksum of the referenced file. (Inherited from ReferenceFilesAttribute) |
| SourceUrl |
Gets or sets the source URL for the referenced file. (Inherited from ReferenceFilesAttribute) |
| Version |
Gets or sets the version of the referenced file. (Inherited from ReferenceFilesAttribute) |