NET.addAssembly
Make .NET assembly visible to MATLAB
Description
loads a global .NET assembly into MATLAB®.asmInfo
= NET.addAssembly(globalName
)
loads a private .NET assembly.asmInfo
= NET.addAssembly(privateName
)
Examples
Input Arguments
Output Arguments
Limitations
NET.addAssembly
does not support assemblies generated by the MATLAB Compiler SDK™ product.
Tips
With the Microsoft® .NET Framework, you do not need to call
NET.addAssembly
to access classes in themscorlib.dll
andsystem.dll
assemblies. MATLAB dynamically loads these assemblies from the .NET class library the first time you type "NET.
" or "System.
".Refer to your .NET product documentation for the name of the assembly and its deployment type (global or private).
Version History
Introduced in R2009a