'Declaration Public Class ExtensionAssociation
'Usage Dim instance As ExtensionAssociation
public class ExtensionAssociation
'Declaration Public Class ExtensionAssociation
'Usage Dim instance As ExtensionAssociation
public class ExtensionAssociation
Registering a file extension allows Windows to recognize files that have a specific file extension. Windows will be able to show a description of the files ending with a given extension (in Windows Explorer, for example) and execute an application whenever that type of file is opened. Thus, when specifying each file extension to be registered, you must provide a description and an associated application. The associated application must be able to open the files ending with that extension.
Each extension to register consists of the extension (do not include the . character), the path + filename of the associated application and the extension's description.
System.Object
Xceed.Zip.Sfx.ExtensionAssociation
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