C# Class LazyCopy.Service.LazyCopyDriver

Afficher le fichier Open project: aleksk/LazyCopy Class Usage Examples

Méthodes publiques

Méthode Description
ConfigureDriver ( ) : void

Updates the driver configuration using the current settings.

Private Methods

Méthode Description
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.

Method Details

ConfigureDriver() public méthode

Updates the driver configuration using the current settings.
public ConfigureDriver ( ) : void
Résultat void