GetTransformsInfo Method (includeSpecialTransforms)

Microsoft Deployment Tools

Deployment Tools Foundation GetTransformsInfo Method (includeSpecialTransforms)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackagePatchPackageGetTransformsInfo(Boolean)
Gets information about the transforms included in the patch package.
Declaration Syntax
C# Visual Basic Visual C++
public TransformInfo[] GetTransformsInfo(
	bool includeSpecialTransforms
)
Public Function GetTransformsInfo ( _
	includeSpecialTransforms As Boolean _
) As TransformInfo()
public:
array<TransformInfo^>^ GetTransformsInfo(
	bool includeSpecialTransforms
)
Parameters
includeSpecialTransforms (Boolean)
Specifies whether to include the "patch special transforms" that are prefixed with "#"
Return Value
Array containing information about each transform

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