Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Screenshot ( System.Guid requestId, byte capturedBitmap ) : System | ||
Screenshot ( System.Guid requestId, byte capturedBitmap, int width, int height, int pitch ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Disconnect ( ) : void |
Disconnects the remoting channel(s) of this object and all nested objects.
|
|
InitializeLifetimeService ( ) : object |
public Screenshot ( System.Guid requestId, byte capturedBitmap ) : System | ||
requestId | System.Guid | |
capturedBitmap | byte | |
return | System |
public Screenshot ( System.Guid requestId, byte capturedBitmap, int width, int height, int pitch ) : System | ||
requestId | System.Guid | |
capturedBitmap | byte | |
width | int | |
height | int | |
pitch | int | |
return | System |