Method | Description | |
---|---|---|
ClipboardAccess ( |
||
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Finish ( ) : void | ||
onClientClipboard ( ) : void | ||
onServerClipboard ( ) : void | ||
setClientClipboard ( string value ) : void |
public ClipboardAccess ( |
||
wmisession | ||
return | System |
public OnClientClipboard ( object sender, System.Management.EventArrivedEventArgs e ) : void | ||
sender | object | |
e | System.Management.EventArrivedEventArgs | |
return | void |
public OnServerClipboard ( object sender, System.Management.EventArrivedEventArgs e ) : void | ||
sender | object | |
e | System.Management.EventArrivedEventArgs | |
return | void |
public RegisterClient ( IDeprivClient Client ) : void | ||
Client | IDeprivClient | |
return | void |
public SetServerClipboard ( string value ) : void | ||
value | string | |
return | void |