IronRDP/ffi/dotnet-interop-conf.toml
2024-04-05 15:11:32 +00:00

10 lines
201 B
TOML

namespace = "Devolutions.IronRdp"
native_lib = "DevolutionsIronRdp"
[exceptions]
trim_suffix = "Error"
error_message_method = "ToDisplay"
[properties]
setters_prefix = "set_"
getters_prefix = "get_"