Upraviť

Zdieľať cez


Library Class

Definition

Represents a library dependency in a dependency manifest.

public ref class Library
public class Library
type Library = class
Public Class Library
Inheritance
Library
Derived

Constructors

Library(String, String, String, String, IEnumerable<Dependency>, Boolean)

Initializes a new instance of the Library class using the specified library properties.

Library(String, String, String, String, IEnumerable<Dependency>, Boolean, String, String)

Initializes a new instance of the Library class using the specified library properties and path.

Library(String, String, String, String, IEnumerable<Dependency>, Boolean, String, String, String)

Initializes a new instance of the Library class using the specified library properties, path and runtime store manifest.

Properties

Dependencies

Gets the list of dependencies of this library.

Hash

Gets the hash of the package, if this library is a package.

HashPath

Gets the relative path to the library package hash file, if this library is a package.

Name

Gets the library name.

Path

Gets the relative path to package assets, if this library is a package.

RuntimeStoreManifestName
Serviceable

Gets a value that indicates whether this library can be serviced, if this library is a package.

Type

Gets the type of this library.

Version

Gets the version of this library.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to