ReferenceFilesAttribute Class

Definition

Caution

This attribute is no longer supported.

Obsolete. Provides common metadata for assembly reference files.

[System.Obsolete("This attribute is no longer supported.", true)]
public abstract class ReferenceFilesAttribute : Attribute
[<System.Obsolete("This attribute is no longer supported.", true)>]
type ReferenceFilesAttribute = class
    inherit Attribute
Inheritance
ReferenceFilesAttribute
Derived
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.

Properties

Name Description
EmbeddedArchive

Gets or sets the name of the embedded archive.

InstallInstructions

Gets or sets installation instructions for the referenced file.

PackageName

Gets or sets the package name associated with the referenced file.

Sha1sum

Gets or sets the SHA-1 checksum of the referenced file.

SourceUrl

Gets or sets the source URL for the referenced file.

Version

Gets or sets the version of the referenced file.

Applies to