Deployment Tools Foundation
SourceMediaList Class
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► SourceMediaList
A list of source media for an installed product or patch.

C# | Visual Basic | Visual C++ |
public class SourceMediaList : ICollection<MediaDisk>, IEnumerable<MediaDisk>, IEnumerable
Public Class SourceMediaList _ Implements ICollection(Of MediaDisk), IEnumerable(Of MediaDisk), _ IEnumerable
public ref class SourceMediaList : ICollection<MediaDisk>, IEnumerable<MediaDisk>, IEnumerable

All Members | Methods | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
![]() |
Add(MediaDisk) |
Adds or updates a disk of the media source for the product or patch.
|
![]() |
Clear()()() |
Removes all source media from the list.
|
![]() |
Contains(Int32) |
Checks if the specified media disk id exists in the list.
|
![]() |
CopyTo(array<MediaDisk>[]()[], Int32) |
Copies the source media info from this list into an array.
|
![]() |
Count |
Gets the number of source media in the list.
|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetEnumerator()()() |
Enumerates the source media in the source list of the patch or product installation.
|
![]() |
GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() |
GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IsReadOnly |
Gets a boolean value indicating whether the list is read-only.
A SourceMediaList is never read-only.
|
![]() |
MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Remove(Int32) |
Removes a specified disk from the set of registered disks.
|
![]() |
ToString()()() | (Inherited from Object.) |

Object | |
![]() |
SourceMediaList |