C# Class SevenZip.SevenZipFunctions.ArchiveUpdateCallback

Inheritance: IProgress, IArchiveUpdateCallback
Afficher le fichier Open project: mtotheikle/EWU-OIT-SSN-Scanner

Méthodes publiques

Méthode Description
ArchiveUpdateCallback ( IList list ) : System
GetProperty ( int index, ItemPropId propID, IntPtr value ) : void
GetStream ( int index, ISequentialInStream &inStream ) : void
GetUpdateItemInfo ( int index, int &newData, int &newProperties, uint &indexInArchive ) : void
SetCompleted ( ulong &completeValue ) : void
SetOperationResult ( int operationResult ) : void
SetTotal ( ulong total ) : void

Private Methods

Méthode Description
GetTimeProperty ( System.DateTime time, IntPtr value ) : void

Method Details

ArchiveUpdateCallback() public méthode

public ArchiveUpdateCallback ( IList list ) : System
list IList
Résultat System

GetProperty() public méthode

public GetProperty ( int index, ItemPropId propID, IntPtr value ) : void
index int
propID ItemPropId
value System.IntPtr
Résultat void

GetStream() public méthode

public GetStream ( int index, ISequentialInStream &inStream ) : void
index int
inStream ISequentialInStream
Résultat void

GetUpdateItemInfo() public méthode

public GetUpdateItemInfo ( int index, int &newData, int &newProperties, uint &indexInArchive ) : void
index int
newData int
newProperties int
indexInArchive uint
Résultat void

SetCompleted() public méthode

public SetCompleted ( ulong &completeValue ) : void
completeValue ulong
Résultat void

SetOperationResult() public méthode

public SetOperationResult ( int operationResult ) : void
operationResult int
Résultat void

SetTotal() public méthode

public SetTotal ( ulong total ) : void
total ulong
Résultat void