ISwitch Interface

Summary

Base for all Switches.
graph BT Type["ISwitch"] class Type type-node Implementing0["SwitchCompressFilesOpenForWriting"]-.->Type click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchCompressFilesOpenForWriting" Implementing1["SwitchNtfsAlternateStreams"]-.->Type click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchNtfsAlternateStreams" Implementing2["SwitchExcludeArchiveFilename"]-.->Type click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchExcludeArchiveFilename" Implementing3["SwitchIncludeFilenameCollection"]-.->Type click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchIncludeFilenameCollection" Implementing4["SwitchDeleteAfterCompression"]-.->Type click Implementing4 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchDeleteAfterCompression" Implementing5["SwitchIncludeArchiveFilenameCollection"]-.->Type click Implementing5 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchIncludeArchiveFilenameCollection" Implementing6["SwitchOutputDirectory"]-.->Type click Implementing6 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchOutputDirectory" Implementing7["SwitchSetTimestampFromMostRecentFile"]-.->Type click Implementing7 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchSetTimestampFromMostRecentFile" Implementing8["SwitchSetHashFunction"]-.->Type click Implementing8 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchSetHashFunction" Implementing9["SwitchExcludeFilename"]-.->Type click Implementing9 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchExcludeFilename" Implementing10["SwitchSetHashFunctionCollection"]-.->Type click Implementing10 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchSetHashFunctionCollection" Implementing11["SwitchShowTechnicalInformation"]-.->Type click Implementing11 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchShowTechnicalInformation" Implementing12["SwitchUpdateOptions"]-.->Type click Implementing12 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchUpdateOptions" Implementing13["SwitchSelfExtractingArchive"]-.->Type click Implementing13 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchSelfExtractingArchive" Implementing14["SwitchArchiveType"]-.->Type click Implementing14 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchArchiveType" Implementing15["SwitchPassword"]-.->Type click Implementing15 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchPassword" Implementing16["BaseBoolSwitch"]-.->Type click Implementing16 "/Cake.7zip/api/Cake.SevenZip.Switches/BaseBoolSwitch" Implementing17["SwitchExcludeFilenameCollection"]-.->Type click Implementing17 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchExcludeFilenameCollection" Implementing18["SwitchVolume"]-.->Type click Implementing18 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchVolume" Implementing19["SwitchIncludeFilename"]-.->Type click Implementing19 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchIncludeFilename" Implementing20["SwitchVolumeCollection"]-.->Type click Implementing20 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchVolumeCollection" Implementing21["SwitchOverwriteMode"]-.->Type click Implementing21 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchOverwriteMode" Implementing22["SwitchCompressionMethod"]-.->Type click Implementing22 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchCompressionMethod" Implementing23["SwitchExcludeArchiveFilenameCollection"]-.->Type click Implementing23 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchExcludeArchiveFilenameCollection" Implementing24["SwitchNtSecurityInformation"]-.->Type click Implementing24 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchNtSecurityInformation" Implementing25["SwitchDisableParsingOfArchiveName"]-.->Type click Implementing25 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchDisableParsingOfArchiveName" Implementing26["SwitchFullyQualifiedFilePaths"]-.->Type click Implementing26 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchFullyQualifiedFilePaths" Implementing27["SwitchIncludeArchiveFilename"]-.->Type click Implementing27 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchIncludeArchiveFilename" Implementing28["SwitchWorkingDirectory"]-.->Type click Implementing28 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchWorkingDirectory" Implementing29["SwitchRecurseSubdirectories"]-.->Type click Implementing29 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchRecurseSubdirectories" Implementing30["BaseSwitchCollection<T>"]-.->Type click Implementing30 "/Cake.7zip/api/Cake.SevenZip.Switches/BaseSwitchCollection_1"

Syntax

public interface ISwitch

Methods

Name Value Summary
BuildArguments(ProcessArgumentBuilder) void
Builds the arguments using the builder.
GitHub Discussion