ISwitch Interface

Summary

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