dbus-sharp icon indicating copy to clipboard operation
dbus-sharp copied to clipboard

Should be able to access remote objects' properties via C# properties

Open gburt opened this issue 14 years ago • 1 comments

The flip side of Issue 17 is being able to access remote objects' properties (that are exposed via org.freedesktop.DBus.Properties) without having to explicitly use that interface, but rather via C# properties.

gburt avatar May 09 '11 21:05 gburt

Hi, this feature would definitely be desirable!

I had a hack around a bit and managed to make Get work by doing this: http://pastebin.com/5B1vk8DW against the 0.7 tag. I think Set could be done similarly, but I'm not sure whether it's an ideal approach?

EDIT: @garuma, I've done a bit more work on this and made a pull request, #37, so the above pastebin diff can be ignored, the version in the pull request is quite a lot cleaner.

arfbtwn avatar May 29 '14 14:05 arfbtwn