IronRDP
IronRDP copied to clipboard
feat(ffi): expose cliprdr to dotnet bindings
Example: https://github.com/Devolutions/IronRDP/assets/139169536/4b58fb99-7fcc-4960-9be8-367d4574c761
- Expose Windows specific clipboard interface to dotnet
- Added clipboard to example
Coverage Report :robot: :gear:
Past: Total lines: 29772 Covered lines: 17356 (58.30%)
New: Total lines: 29772 Covered lines: 17356 (58.30%)
Diff: +0.00%
[this comment will be updated automatically]
There is a typo throughout the PR: Facotry -> "Factory"
Yes, give me one second, I am resolving these issues
Update Summary:
- No conditional compilation inside FFI modules
- All incorrect invocation error is throwed/returned at runtime.