ClassPlatformSettings
Class
Exposes the current platform manager used by the ZIP library for path handling, temporary storage, encodings, and cryptographic services.
Definition
Namespace:Telerik.Windows.Zip
Assembly:Telerik.Windows.Zip.dll
Syntax:
cs-api-definition
public static class PlatformSettings
Inheritance: objectPlatformSettings
Properties
Manager
Gets or sets the active platform manager providing system-specific services; swap to customize temp storage or crypto behavior.
Declaration
cs-api-definition
public static IPlatformManager Manager { get; set; }
Property Value