Closed bitterskittles closed 11 years ago
I decided to not change CaptureInterface.SendScreenshotResponse. Screenshot gets binaryserialized when it crosses appdomains, and it doesn't have any methods so it doesn't have to be MarshalByRefObj. So I'll drop the base and add SerializableAttribute
See the fix for #7 to correctly address this
Changed return value of BaseDXHooks.ReadFullStream to IEnumerable< byte[] > Removed MarshalByRefObj base from Screenshot Changed parameters of CaptureInterface.SendScreenshotResponse to (Guid, byte[][])