diff options
author | RMZeroFour <ritobroto04@gmail.com> | 2024-09-03 01:59:15 +0530 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2024-09-18 08:10:36 +0200 |
commit | c3c7b48fa9d4fd5b8f28033ca7453151df9d5f7f (patch) | |
tree | 9ddfcdf2fee32ec96bf8566a4b0536b72063cb85 /include/uno/lbnames.h | |
parent | 074714fab8db751e2aa0138391a270124733977d (diff) |
.NET Bindings: Native bridge for .NET
This patch includes all marshalling and proxy handling code on the
.NET side as well as the native side needed for a fully functional
UNO bridge.
It also includes some changes and corrections to net_basetypes and
netmaker needed for the bridge to work properly.
It also includes the FirstUnoContact example in C# as demonstration.
Change-Id: I406932938a4415d24408fb41ddfa7d8eeb5d1f94
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170916
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'include/uno/lbnames.h')
-rw-r--r-- | include/uno/lbnames.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uno/lbnames.h b/include/uno/lbnames.h index 56f9d9942142..2c59cbc44354 100644 --- a/include/uno/lbnames.h +++ b/include/uno/lbnames.h @@ -51,6 +51,8 @@ provoking error here, because PP ignores #error #define UNO_LB_JAVA "java" /** Environment type name for CLI (Common Language Infrastructure). */ #define UNO_LB_CLI "cli" +/** Environment type name for new .NET Bindings. */ +#define UNO_LB_NET "net" #endif |