BuildDependencySet Class

Definition

Represents dependencies returned by the build manager.

public ref class BuildDependencySet sealed
public sealed class BuildDependencySet
type BuildDependencySet = class
Public NotInheritable Class BuildDependencySet
Inheritance
BuildDependencySet

Remarks

The BuildDependencySet object for an application can be retrieved through the GetCachedBuildDependencySet method. It contains the properties that represent the list of dependencies.

Properties

HashCode

Gets a string representing the hash code of the dependent virtual paths.

VirtualPaths

Gets a list of virtual path dependencies.

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

See also