TransformInfo Constructor (mstFile)

DTF API

Copy image CopyHover image
Deployment Tools Foundation TransformInfo Constructor (mstFile)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackageTransformInfoTransformInfo(String)
Reads transform information from a transform package.
Declaration Syntax
C# Visual Basic Visual C++ F#
public TransformInfo(
	string mstFile
)
Public Sub New ( 
	mstFile As String
)
public:
TransformInfo(
	String^ mstFile
)
new : 
        mstFile : string -> TransformInfo
Parameters
mstFile (String)
Path to a transform package (.MST file).

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