Main Content

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.AssemblyMembers of .NET assembly
NET.GenericClassParameterized generic type definitions
NET.NetExceptionCapture error information for .NET exception

Functions

NET.addAssemblyMake .NET assembly visible to MATLAB
NET.unloadAssemblyUnload .NET Core assembly from MATLAB
NET.isNETSupportedCheck for supported version of Microsoft .NET
NET.createArrayArray for nonprimitive .NET types
NET.createDictionaryCreate generic .NET dictionary
NET.disableAutoReleaseLock .NET object representing Runtime Callable Wrapper (COM wrapper)
NET.enableAutoReleaseUnlock .NET object representing Runtime Callable Wrapper (COM wrapper)
NET.setStaticPropertySet static property or field name
BeginInvokeInitiate asynchronous .NET delegate call
EndInvokeRetrieve result of asynchronous call initiated by .NET System.Delegate BeginInvoke method
CombineStatic .NET System.Delegate Combine method
RemoveStatic .NET System.Delegate Remove method
RemoveAllStatic .NET System.Delegate RemoveAll method
bitnot.NET enumeration object bit-wise NOT instance method
NET.interfaceViewExplicit interface view of .NET object
NET.createGenericCreate instance of specialized .NET generic type
NET.invokeGenericMethodInvoke generic method of object

Version History

Introduced in R2009a

See Also