[]
Unregisters file associations for the application.
public void UnregisterFileAssociations(params string[] extensions)
| Type | Name | Description |
|---|---|---|
| string[] | extensions | The extensions to unregister. |
Unregisters file associations for the application.
public void UnregisterFileAssociations(bool forCurrentUser, params string[] extensions)
| Type | Name | Description |
|---|---|---|
| bool | forCurrentUser | Specifies whether the file associations should be unregistered from HKEY_CURRENT_USER, not from HKEY_CLASSES_ROOT. |
| string[] | extensions | The extensions to unregister. |