C# Class ShellExtensionClient.FileCopyEvent

Show file Open project: gratianlup/SecureDelete Class Usage Examples

Public Properties

Property Type Description
CompletedSize long
DestinationPath string
Failed bool
SourcePath string
TotalSize long

Property Details

CompletedSize public property

public long CompletedSize
return long

DestinationPath public property

public string DestinationPath
return string

Failed public property

public bool Failed
return bool

SourcePath public property

public string SourcePath
return string

TotalSize public property

public long TotalSize
return long