CoverageData Methods | 
The CoverageData type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetAccessResultsForAsset | 
            Get a set of access intervals from the given asset.
              | |
| GetAssetsSatisfiedAtTime | 
            Gets a list of the assets providing coverage at the given time.
              | |
| GetAssetsUnknownAtTime | 
            Gets a list of the assets which do not have enough information to determine coverage at the given time.
              | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetSatisfactionForAsset | 
            Get the intervals where both access and coverage exist for the given asset.  
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| SetCoverageData | 
            Sets the coverage data.
            This is used by derived classes when it's necessary to compute results during construction, prior to storing the data.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |