ISwitch Interface

Summary

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

Syntax

public interface ISwitch

Methods

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