Deployment Tools Foundation
InstallPath Class
Represents the installation path of a file or directory from an installer product database.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class InstallPath
Public Class InstallPath
public ref class InstallPath
Members
All Members | Constructors | Methods | Properties | ||
|
|
|
Icon | Member | Description |
---|---|---|
InstallPath(String) |
Creates a new InstallPath, specifying a filename.
|
|
InstallPath(String, Boolean) |
Creates a new InstallPath, parsing out either the short or long filename.
|
|
ChildPaths |
Gets the set of child paths if this InstallPath object represents a a directory.
|
|
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.) |
|
ParentPath |
Gets the path of the parent directory.
|
|
SourceName |
Gets or sets the source name of the InstallPath.
|
|
SourcePath |
Gets the full source path.
|
|
TargetName |
Gets or sets the target name of the install path.
|
|
TargetPath |
Gets the full target path.
|
|
ToString()()() |
Gets the full source path.
(Overrides Object.ToString()()().) |
Inheritance Hierarchy
Object | |
InstallPath |