Class PlatformSettings
Exposes the current platform manager used by the ZIP library for path handling, temporary storage, encodings, and cryptographic services.
Inheritance
System.Object
PlatformSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Zip
Assembly: Telerik.Windows.Zip.dll
Syntax
public static class PlatformSettings
Properties
Manager
Gets or sets the active platform manager providing system-specific services; swap to customize temp storage or crypto behavior.
Declaration
public static IPlatformManager Manager { get; set; }
Property Value
|
IPlatformManager
|