InstallPath Constructor (name)

DTF API

Copy image CopyHover image
Deployment Tools Foundation InstallPath Constructor (name)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackageInstallPathInstallPath(String)
Creates a new InstallPath, specifying a filename.
Declaration Syntax
C# Visual Basic Visual C++ F#
public InstallPath(
	string name
)
Public Sub New ( 
	name As String
)
public:
InstallPath(
	String^ name
)
new : 
        name : string -> InstallPath
Parameters
name (String)
The name of the file or directory. Not a full path.

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.11.1.2318)