Legacy Documentation

Mathematica 9 (2012)

This is documentation for Mathematica 9, which was
based on an earlier version of Wolfram Language.
View current documentation (Version 15.0)

GetAssemblyObject

GetAssemblyObject[asm]
returns the .NET Assembly object corresponding to the specified NETAssembly expression asm.

DetailsDetails

  • To use GetAssemblyObject, you first need to load .NET/Link using Needs["NETLink`"].
  • This is a rarely used method provided for programmers who have a need to obtain an actual .NET Assembly object corresponding to a loaded assembly.
ja