wwDotNetBridge::GetLoadedAssemblies

Returns a collection of all of the loaded assemblies in the current process.

The collection contains items with the following properties:

  • Name
  • Location
  • FullyQualifiedName
o.GetLoadedAssemblies()

See also