Deployment Tools Foundation
Cargo Property
Gets the list of additional items that are disposed when the stream is closed.
The order of the list is the order in which the items are disposed. The contents can be modified any time.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IList<IDisposable> Cargo { get; }
Public ReadOnly Property Cargo As IList(Of IDisposable) Get
public: property IList<IDisposable^>^ Cargo { IList<IDisposable^>^ get (); }
Property Value
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)