C# 클래스 xenwinsvc.ClipboardManager.ClipboardAccess

상속: IDisposable
파일 보기 프로젝트 열기: xenserver/win-xenguestagent

공개 메소드들

메소드 설명
ClipboardAccess ( WmiSession wmisession ) : System
Dispose ( ) : void
OnClientClipboard ( object sender, System.Management.EventArrivedEventArgs e ) : void
OnServerClipboard ( object sender, System.Management.EventArrivedEventArgs e ) : void
PushClientClipboard ( ) : void
RegisterClient ( IDeprivClient Client ) : void
SetServerClipboard ( string value ) : void
UnregisterClient ( ) : void

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Finish ( ) : void
onClientClipboard ( ) : void
onServerClipboard ( ) : void
setClientClipboard ( string value ) : void

메소드 상세

ClipboardAccess() 공개 메소드

public ClipboardAccess ( WmiSession wmisession ) : System
wmisession WmiSession
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnClientClipboard() 공개 메소드

public OnClientClipboard ( object sender, System.Management.EventArrivedEventArgs e ) : void
sender object
e System.Management.EventArrivedEventArgs
리턴 void

OnServerClipboard() 공개 메소드

public OnServerClipboard ( object sender, System.Management.EventArrivedEventArgs e ) : void
sender object
e System.Management.EventArrivedEventArgs
리턴 void

PushClientClipboard() 공개 메소드

public PushClientClipboard ( ) : void
리턴 void

RegisterClient() 공개 메소드

public RegisterClient ( IDeprivClient Client ) : void
Client IDeprivClient
리턴 void

SetServerClipboard() 공개 메소드

public SetServerClipboard ( string value ) : void
value string
리턴 void

UnregisterClient() 공개 메소드

public UnregisterClient ( ) : void
리턴 void