Deployment Tools Foundation
TransformInfo Class
Contains properties of a transform package (.MST).
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class TransformInfo
Public Class TransformInfo
public ref class TransformInfo
type TransformInfo = class end
Members
All Members | Constructors | Methods | Properties | ||
|
|
|
Icon | Member | Description |
---|---|---|
TransformInfo(String) |
Reads transform information from a transform package.
|
|
TransformInfo(String, SummaryInfo) |
Reads transform information from the summary information of a transform package.
|
|
Equals(Object) | (Inherited from Object.) |
|
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Name |
Gets the filename of the transform.
|
|
TargetLanguage |
Gets the target language of the transform, or 0 if the transform is language-neutral.
|
|
TargetPlatform |
Gets the target platform of the transform.
|
|
TargetProductCode |
Gets the target product code of the transform.
|
|
TargetProductVersion |
Gets the target product version of the transform.
|
|
ToString()()()() |
Returns the name of the transform.
(Overrides Object.ToString()()()().) |
|
UpgradeCode |
Gets the upgrade code of the transform.
|
|
UpgradeProductCode |
Gets the upgrade product code of the transform.
|
|
UpgradeProductVersion |
Gets the upgrade product version of the transform.
|
|
Validations |
Gets the validation flags specified when the transform was generated.
|
Inheritance Hierarchy
Object | |
TransformInfo |
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.11.1.2318)