C# 클래스 LazyCopy.Service.LazyCopyDriver

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

공개 메소드들

메소드 설명
ConfigureDriver ( ) : void

Updates the driver configuration using the current settings.

비공개 메소드들

메소드 설명
CloseFileHandleHandler ( CloseFileHandleNotification notification ) : void

Closes the file handle given.

FetchFileInUserModeHandler ( FetchFileInUserModeNotification notification ) : FetchFileInUserModeNotificationReply

Downloads the remote file given.

GetConfiguration ( ) : DriverConfiguration

Creates driver configuration based on the current settings.

ImpersonateCurrentThread ( ) : void

Used the currently logged in user for thread impersonation, if it's not yet impersonated.

LazyCopyDriver ( ) : System

Prevents a default instance of the LazyCopyDriver class from being created.

OpenFileInUserModeHandler ( OpenFileInUserModeNotification notification ) : OpenFileInUserModeNotificationReply

Opens the file given.

메소드 상세

ConfigureDriver() 공개 메소드

Updates the driver configuration using the current settings.
public ConfigureDriver ( ) : void
리턴 void