Deployment Tools Foundation
TransformInfo Constructor (name, transformSummaryInfo)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► TransformInfo ► TransformInfo(String, SummaryInfo)
Reads transform information from the summary information of a transform package.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public TransformInfo( string name, SummaryInfo transformSummaryInfo )
Public Sub New ( name As String, transformSummaryInfo As SummaryInfo )
public: TransformInfo( String^ name, SummaryInfo^ transformSummaryInfo )
Parameters
- name (String)
- Filename of the transform (optional).
- transformSummaryInfo (SummaryInfo)
- Handle to the summary information of a transform package (.MST file).
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.9.1006.0)