GetTransformsInfo Method

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation GetTransformsInfo Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackagePatchPackageGetTransformsInfo()()()()
Gets information about the transforms included in the patch package.
Declaration Syntax
C# Visual Basic Visual C++
public TransformInfo[] GetTransformsInfo()
Public Function GetTransformsInfo As TransformInfo()
public:
array<TransformInfo^>^ GetTransformsInfo()
Return Value
array<TransformInfo>[]()[][]
Array containing information about each transform
Remarks
The returned info does not include the "patch special transforms" that are prefixed with "#"

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