|
CreateSnapshot(SecureZipPolicy.ResourceLimits, Boolean)
|
Creates an immutable copy of the options with specified resource limits. Captures the current global encryption policy so that subsequent SetEncryptionPolicy calls do not affect an already-opened archive.
|
|
CreateSnapshot(Boolean)
|
Creates an immutable copy of the options. Captures the current global encryption policy so that subsequent SetEncryptionPolicy calls do not affect an already-opened archive.
|
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
|
GetHashCode()
|
Serves as the default hash function.
|
|
GetType()
|
Gets the Type of the current instance.
|
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
|
ToString()
|
Returns a string that represents the current object.
|
|
With(SecureZipPolicy.ResourceLimits)
|
Returns a new Options instance with the specified resource limits.
|
|
With(Nullable<Boolean>, Nullable<Boolean>)
|
Returns a new Options instance with specified encryption and overwrite settings.
|
|
WithCompressionLimits(Nullable<Double>, Nullable<Double>)
|
Returns a new Options instance with specified compression ratio limits.
|
|
WithCountAndDepthLimits(Nullable<Int32>, Nullable<Int32>)
|
Returns a new Options instance with specified entry count and depth limits.
|
|
WithEncryptionPolicy(SecureZipPolicy.EncryptionPolicy)
|
Returns a new Options instance with the specified encryption policy.
|
|
WithSizeLimits(Nullable<Int64>, Nullable<Int64>)
|
Returns a new Options instance with specified size limits.
|