NET

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 package called NET. To use these functions, prefix the function name with package name NET.

BeginInvokeInitiate asynchronous .NET delegate call
CombineConvenience function for static .NET System.Delegate Combine method
EndInvokeRetrieve result of asynchronous call initiated by .NET System.Delegate BeginInvoke method
NET.AssemblyMembers of .NET assembly
NET.GenericClassRepresent parameterized generic type definitions
NET.NetExceptionCapture error information for .NET exception
NET.isNETSupportedCheck for supported Microsoft .NET Framework
RemoveConvenience function for static .NET System.Delegate Remove method
RemoveAllConvenience function for static .NET System.Delegate RemoveAll method