Summary of functions in MATLAB .NET interface
Use the following functions to bring assemblies from the Microsoft® .NET Framework into the MATLAB® environment. The functions are implemented as a package called NET. To use these functions, prefix the function name with package name NET.
BeginInvoke | Initiate asynchronous .NET delegate call |
Combine | Convenience function for static .NET System.Delegate Combine method |
EndInvoke | Retrieve result of asynchronous call initiated by .NET System.Delegate BeginInvoke method |
NET.Assembly | Members of .NET assembly |
NET.GenericClass | Represent parameterized generic type definitions |
NET.NetException | Capture error information for .NET exception |
NET.isNETSupported | Check for supported Microsoft .NET Framework |
Remove | Convenience function for static .NET System.Delegate Remove method |
RemoveAll | Convenience function for static .NET System.Delegate RemoveAll method |