Showing content from http://reference.wolfram.com/language/NETLink/ref/MakeNETObject.html below:
MakeNETObject—Wolfram Language Documentation
WOLFRAM Consulting & Solutions
We deliver solutions for the AI eraâcombining symbolic computation, data-driven insights and deep technology expertise.
- Data & Computational Intelligence
- Model-Based Design
- Algorithm Development
- Wolfram|Alpha for Business
- Blockchain Technology
- Education Technology
- Quantum Computation
WolframConsulting.com
NETLINK SYMBOL
MakeNETObject[expr]
constructs a .NET object that represents the given Wolfram Language expression.
MakeNETObject[expr,type]
creates an object of the specified type from expr.
Details and Options
- To use MakeNETObject, you first need to load .NET/Link using Needs["NETLink`"].
- MakeNETObject accepts numbers, True/False, strings, and lists of these, up to three deep.
- This is a shortcut to calling NETNew, and it is especially useful for arrays, as the array object can be created and initialized with values in a single call.
- Use the type argument to force a nonstandard type.
- For example, MakeNETObject[{1,2,3}] will create an array of int (type System.Int32[]). If you want an array of Int16, use MakeNETObject[{1,2,3},"System.Int16[]"].
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