Package.CreateFromFile Method (String)
Creates a Package object from the specified file.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public static Package CreateFromFile(
string path
)
public:
static Package^ CreateFromFile(
String^ path
)
Public Shared Function CreateFromFile (
path As String
) As Package
Parameters
path
Type: System.StringThe path to the file.
Return Value
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.Package
An instance of Package.
See Also
Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top