Main Content
NET Namespace
Summary of functions in MATLAB .NET interface
Description
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 | Represent parameterized generic type definitions |
NET.NetException | Capture error information for .NET exception |
Functions
NET.addAssembly | Make .NET assembly visible to MATLAB |
NET.isNETSupported | Check for supported version of Microsoft .NET |
NET.createArray | Array for nonprimitive .NET types |
NET.createDictionary | 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 | 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 | Convenience function for static .NET System.Delegate Combine method |
Remove | Convenience function for static .NET System.Delegate Remove method |
RemoveAll | Convenience function for 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 |
NET.convertArray | (Not recommended) Convert numeric MATLAB array to .NET array |
Version History
Introduced in R2009a