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++ | F# |
public class InstallPath
Public Class InstallPath
public ref class InstallPath
type InstallPath = class end
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 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.) |
|
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 |
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.11.1.2318)