Summary
Command supports switch -sns (NTFS alternate Streams).
The Switch is SwitchNtfsAlternateStreams
.
The Builder is SwitchNtfsAlternateStreamsBuilder
.
- Namespace
- Cake
.SevenZip .Switches - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["ISupportSwitch"]
click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch"
Type["ISupportSwitchNtfsAlternateStreams"]
class Type type-node
Implementing0["AddCommand"]-.->Type
click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand"
Implementing1["TestCommand"]-.->Type
click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/TestCommand"
Implementing2["ListCommand"]-.->Type
click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/ListCommand"
Implementing3["ExtractCommand"]-.->Type
click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand"
Implementing4["UpdateCommand"]-.->Type
click Implementing4 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand"
Implementing5["DeleteCommand"]-.->Type
click Implementing5 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand"
Implementing6["HashCommand"]-.->Type
click Implementing6 "/Cake.7zip/api/Cake.SevenZip.Commands/HashCommand"
Syntax
public interface ISupportSwitchNtfsAlternateStreams : ISupportSwitch
Properties
Name | Value | Summary |
---|---|---|
NtfsAlternateStreams | Switch |
Gets or sets the SwitchNtfsAlternateStreams.
|