TransformInfo Constructor (name, transformSummaryInfo)

Microsoft Deployment Tools

Deployment Tools Foundation TransformInfo Constructor (name, transformSummaryInfo)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackageTransformInfoTransformInfo(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) Version: 3.0.0.0 (3.5.1623.0)