Skip to content

Commit 46bd543

Browse files
authored
Update Readme.md
1 parent 7cac758 commit 46bd543

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

Readme.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,12 @@ using (var client = WrapperProxyFactory<IUser32Dll>.GetInstance(configuration))
4141

4242
Please note that loading a 64bit dll will only work on 64bit operating systems.
4343

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-
5344
## Further reading
5445

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).
5650

5751
## Contributing
5852

0 commit comments

Comments
 (0)