PowerTCP Zip Compression for .NET
SelfExtractBehavior Enumeration




Enumerates execution behavior of self-extracting files.
Syntax
Public Enum SelfExtractBehavior 
   Inherits System.Enum
Dim instance As SelfExtractBehavior
public enum SelfExtractBehavior : System.Enum 
__value public enum SelfExtractBehavior : public System.Enum 
public enum class SelfExtractBehavior : public System.Enum 
Members
MemberDescription
HiddenAutoStart Files are automatically extracted with the dialog hidden.
UserInteractive Dialog is visible upon execution and requires user input for file extraction.
VisibleAutoStart Files are automatically extracted with the dialog visible.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.PowerTCP.Zip.SelfExtractBehavior

See Also

Reference

Dart.PowerTCP.Zip Namespace


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic