You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Readme.md
+4-10
Original file line number
Diff line number
Diff line change
@@ -41,18 +41,12 @@ using (var client = WrapperProxyFactory<IUser32Dll>.GetInstance(configuration))
41
41
42
42
Please note that loading a 64bit dll will only work on 64bit operating systems.
43
43
44
-
### ref parameters
45
-
46
-
If your delegate contains `ref` parameters, the object array passed as parameters to the `Invoke<T>` method will contain the updated values afterwards.
47
-
48
-
## Todo (maybe)
49
-
50
-
* Support for Attributes like `[CallingConvention]`.
51
-
* Type safe usage of generics in Call<T>-Method
52
-
53
44
## Further reading
54
45
55
-
View [this blog post](https://codefoundry.de/programming/2015/09/28/legacy-wrapper-invoking-an-unmanaged-32bit-library-out-of-a-64bit-process.html) to obtain a basic understanding of how the library works internally. [There is also a blog post about the new 64bit feature in LegacyWrapper 2.1](https://codefoundry.de/programming/2017/08/20/legacywrapper-2-1-is-out.html).
46
+
View [this blog post](https://codefoundry.de/programming/2015/09/28/legacy-wrapper-invoking-an-unmanaged-32bit-library-out-of-a-64bit-process.html) to obtain a basic understanding of how the library works internally.
47
+
48
+
*[There is also a blog post about the dynamic method call feature in LegacyWrapper 3.0](https://codefoundry.de/programming/2019/02/03/legacywrapper-3-0-released.html).
49
+
*[There is also a blog post about the new 64bit feature in LegacyWrapper 2.1](https://codefoundry.de/programming/2017/08/20/legacywrapper-2-1-is-out.html).
0 commit comments