Questions tagged [dynamic-loading]

Mechanism for a computer program to load a library (or other binary) into memory at runtime. Allows retrieving addresses of functions and variables contained in the library, executing functions, accessing variables, and unloading library from memory.

378 questions
-1
votes
2 answers

MVC 3 add dynamic links to partial views

We are using MVC 3 to build a Web site with dynamic menu options so that users only see menu options (action Links) that they are allowed to see based on group and individual privileges. How can we add dynamic menu options (links to partial views)…
Jawahar
  • 183
  • 4
  • 16
-2
votes
1 answer

How to specify the path of a .class file to be dynamically loaded in its filesystem?

When a java program dynamically load a .class file, Is only the fully qualified classname of the .class file needed? Does ClassLoader s method loadClass() only require the fully qualified classname of the .class file to be dynamically loaded? If…
Tim
  • 1
  • 141
  • 372
  • 590
-5
votes
2 answers

Cant access C# static class

I am having trouble implementing an answer I got here!, Can anyone help me access this private static class? namespace VEParameterTool { class ProcessorPlugIn { private static class UnsafeNativeMethods { …
Andy
  • 259
  • 1
  • 4
  • 16
1 2 3
25
26