Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / SimplePackage Class / SimplePackage Constructor / SimplePackage Constructor(String)
The full path to the package file to open.

In This Topic
    SimplePackage Constructor(String)
    In This Topic
    Create a new package by loading the specified file. It must be a package file, not a log file.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal fileNamePath As String _
    )
    public SimplePackage( 
       string fileNamePath
    )

    Parameters

    fileNamePath
    The full path to the package file to open.
    Remarks
    To load any single GLF or GLP file into a new Package object see the static method LoadFileAsPackage().
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also