Deployment Tools Foundation
TransformInfo Class
Contains properties of a transform package (.MST).
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public class TransformInfo
Public Class TransformInfo
public ref class TransformInfo
![](collapse_all.gif)
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 attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (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.
|
![](collapse_all.gif)
Object | |
![]() |
TransformInfo |