BuildDependencySet Class
Represents dependencies returned by the build manager.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | HashCode | Gets a string representing the hash code of the dependent virtual paths. |
![]() | VirtualPaths | Gets a list of virtual path dependencies. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The BuildDependencySet object for an application can be retrieved through the GetCachedBuildDependencySet method. It contains the properties that represent the list of dependencies.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

