C# 클래스 ShellExtensionClient.FileCopyEvent

파일 보기 프로젝트 열기: gratianlup/SecureDelete 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CompletedSize long
DestinationPath string
Failed bool
SourcePath string
TotalSize long

프로퍼티 상세

CompletedSize 공개적으로 프로퍼티

public long CompletedSize
리턴 long

DestinationPath 공개적으로 프로퍼티

public string DestinationPath
리턴 string

Failed 공개적으로 프로퍼티

public bool Failed
리턴 bool

SourcePath 공개적으로 프로퍼티

public string SourcePath
리턴 string

TotalSize 공개적으로 프로퍼티

public long TotalSize
리턴 long