Showing content from http://reference.wolfram.com/language/NETLink/ref/DefineNETDelegate.html below:
DefineNETDelegate—Wolfram Documentation
WOLFRAM Consulting & Solutions
We deliver solutions for the AI eraâcombining symbolic computation, data-driven insights and deep technical expertise
- Data & Computational Intelligence
- Model-Based Design
- Algorithm Development
- Wolfram|Alpha for Business
- Blockchain Technology
- Education Technology
- Quantum Computation
WolframConsulting.com
DefineNETDelegate[name,rtype,ptypes]
creates a new .NET delegate type with the given name name, return type rtype, and parameter types ptypes.
Details and Options
- To use DefineNETDelegate, you first need to load .NET/Link using Needs["NETLink`"].
- The main use of this function is to create delegates for DLL function pointers. In such cases, there is typically not a suitable existing .NET delegate type, so one needs to be created.
- DefineNETDelegate simply lets you do this entirely in Wolfram Language code, without resorting to writing in C# or Visual Basic.
- After defining a delegate type, NETNewDelegate is used to create a new instance of the delegate.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4