NET Namespace
Summary of functions and classes in MATLAB .NET interface
Description
en
Use the following functions to bring assemblies from the Microsoft® .NET Framework into the MATLAB® environment. The functions are implemented as a namespace called NET. To use these functions, prefix the function name with NET.
Classes
NET.Assembly | Members of .NET assembly |
NET.GenericClass | Parameterized generic type definitions |
NET.NetException | Capture error information for .NET exception |
Functions
NET.addAssembly | Make .NET assembly visible to MATLAB |
NET.unloadAssembly | Unload .NET Core assembly from MATLAB |
NET.isNETSupported | Check for supported version of Microsoft .NET |
NET.createArray | Array for nonprimitive .NET types |
NET.createDictionary | Create generic .NET dictionary |
NET.disableAutoRelease | Lock .NET object representing Runtime Callable Wrapper (COM wrapper) |
NET.enableAutoRelease | Unlock .NET object representing Runtime Callable Wrapper (COM wrapper) |
NET.setStaticProperty | Set static property or field name |
BeginInvoke | Initiate asynchronous .NET delegate call |
EndInvoke | Retrieve result of asynchronous call initiated by .NET
System.Delegate
BeginInvoke method |
Combine | Static .NET System.Delegate
Combine method |
Remove | Static .NET System.Delegate
Remove method |
RemoveAll | Static .NET System.Delegate
RemoveAll method |
bitnot | .NET enumeration object bit-wise NOT instance method |
NET.interfaceView | Explicit interface view of .NET object |
NET.createGeneric | Create instance of specialized .NET generic type |
NET.invokeGenericMethod | Invoke generic method of object |
Version History
Introduced in R2009a