'DeclarationPublic Class ExtensionAssociation
'UsageDim instance As ExtensionAssociation
public class ExtensionAssociation
'DeclarationPublic Class ExtensionAssociation
'UsageDim 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
| Name | Description | |
|---|---|---|
![]() | ExtensionAssociation Constructor | Initializes a new instance of the ExtensionAssociation class specifying the extension, its description as well as the application to which it will be associated. |
| Name | Description | |
|---|---|---|
![]() | Application | Gets or sets the application to which the Extension is associated. |
![]() | Description | Gets or sets the description of the extension association. |
![]() | Extension | Gets or sets the file extension to associate. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Standard: netstandard2.0, netstandard2.1
.NET Framework: net20, net35, net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.