Deployment Tools Foundation
GetTransformInfo Method (transform)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► PatchPackage ► GetTransformInfo(String)
Gets information about a transforms included in the patch package.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public TransformInfo GetTransformInfo( string transform )
Public Function GetTransformInfo ( transform As String ) As TransformInfo
public: TransformInfo^ GetTransformInfo( String^ transform )
Parameters
- transform (String)
- Name of the transform to extract; this may optionally be a special transform prefixed by "#"
Return Value
TransformInfo
Information about the transform
Information about the transform
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.9.1006.0)