TransformInfo Class
Contains properties of a transform package (.MST).
Methods
Section titled “Methods”| Method | Description |
|---|---|
| ToString() | Returns the name of the transform. |
Properties
Section titled “Properties”| Property | Description |
|---|---|
| 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. |
| 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. |
WixToolset.Dtf.WindowsInstaller.Package.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
ToString() Method
Section titled “ToString() Method”Returns the name of the transform.
Declaration
Section titled “Declaration”public string ToString()Name Property
Section titled “Name Property”Gets the filename of the transform.
Declaration
Section titled “Declaration”public string Name { get; set; }TargetLanguage Property
Section titled “TargetLanguage Property”Gets the target language of the transform, or 0 if the transform is language-neutral.
Declaration
Section titled “Declaration”public int TargetLanguage { get; set; }TargetPlatform Property
Section titled “TargetPlatform Property”Gets the target platform of the transform.
Declaration
Section titled “Declaration”public string TargetPlatform { get; set; }TargetProductCode Property
Section titled “TargetProductCode Property”Gets the target product code of the transform.
Declaration
Section titled “Declaration”public string TargetProductCode { get; set; }TargetProductVersion Property
Section titled “TargetProductVersion Property”Gets the target product version of the transform.
Declaration
Section titled “Declaration”public string TargetProductVersion { get; set; }UpgradeCode Property
Section titled “UpgradeCode Property”Gets the upgrade code of the transform.
Declaration
Section titled “Declaration”public string UpgradeCode { get; set; }UpgradeProductCode Property
Section titled “UpgradeProductCode Property”Gets the upgrade product code of the transform.
Declaration
Section titled “Declaration”public string UpgradeProductCode { get; set; }UpgradeProductVersion Property
Section titled “UpgradeProductVersion Property”Gets the upgrade product version of the transform.
Declaration
Section titled “Declaration”public string UpgradeProductVersion { get; set; }Validations Property
Section titled “Validations Property”Gets the validation flags specified when the transform was generated.
Declaration
Section titled “Declaration”public WixToolset.Dtf.WindowsInstaller.TransformValidations Validations { get; set; }