Message 1 of 9
Programatically loading .NET Assemblies (no Lisp, no Registry)

Not applicable
09-17-2005
06:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear all,
Is there a way to programatically load .NET
assembly, beside executing it (netload) from Lisp
or demand-loading it via Registry setting? What ObjectARX mechanism is
hidden behind NETLOAD command? Is there any example or tip of loading .NET
assembly via P/Invoke?
assembly, beside executing it (netload) from Lisp
or demand-loading it via Registry setting? What ObjectARX mechanism is
hidden behind NETLOAD command? Is there any example or tip of loading .NET
assembly via P/Invoke?
I'm trying to create a clean (as possible)
startup module that fires ACAD up and loads necessary assemblies. Doing it
via .LSP module is really messy approach. Setting Registry values that
load them on-demand is a heavy task having in mind that we have
installer routine. Installer should: 1) determine ACAD version(s), 2) let the
user select one of them, 3) perform Registry settings... An
overkill.
startup module that fires ACAD up and loads necessary assemblies. Doing it
via .LSP module is really messy approach. Setting Registry values that
load them on-demand is a heavy task having in mind that we have
installer routine. Installer should: 1) determine ACAD version(s), 2) let the
user select one of them, 3) perform Registry settings... An
overkill.
size=2>
Regards,
Maksim Sestic