GetTotalCost Method

DTF API

Copy image CopyHover image
Deployment Tools Foundation GetTotalCost Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSessionGetTotalCost()()()()
Gets the total disk space per drive required for the installation.
Declaration Syntax
C# Visual Basic Visual C++ F#
public IList<InstallCost> GetTotalCost()
Public Function GetTotalCost As IList(Of InstallCost)
public:
IList<InstallCost>^ GetTotalCost()
member GetTotalCost : unit -> IList<InstallCost> 
Return Value
IList<(Of <(<'InstallCost>)>)>
A list of InstallCost structures, specifying the cost for each drive
Remarks

Win32 MSI API: MsiEnumComponentCosts

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)