Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.Sfx Namespace / ExtensionAssociation Class / ExtensionAssociation Constructor
The extension to associate.
The application to which the extension is associated
The description of the extension association.


In This Topic
    ExtensionAssociation Constructor
    In This Topic
    Initializes a new instance of the ExtensionAssociation class specifying the extension, its description as well as the application to which it will be associated.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal extension As String, _
       ByVal application As String, _
       ByVal description As String _
    )
    'Usage
     
    Dim extension As String
    Dim application As String
    Dim description As String
     
    Dim instance As New ExtensionAssociation(extension, application, description)
    public ExtensionAssociation( 
       string extension,
       string application,
       string description
    )

    Parameters

    extension
    The extension to associate.
    application
    The application to which the extension is associated
    description
    The description of the extension association.
    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