Library 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.
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, String, String, String) |
Initializes a new instance of the Library class using the specified library properties, path and runtime store manifest. |
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) |
Initializes a new instance of the Library class using the specified library properties. |
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) |