Enum SfxTarget
Sfx module target platform choice enumeration
Namespace: SharpSevenZip
Assembly: SharpSevenZip.dll
Syntax
public enum SfxTarget
Fields
| Name | Description |
|---|---|
| Auto | Automatically choose the platform based on Is64BitProcess. |
| X64 | Target 64-bit (x64) platform. |
| X86 | Target 32-bit (x86) platform. |