Which assembly should have NOJVM attribute?
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
I have the following problem. MCR ignores NOJVM(true) attribute of my assembly and starts JVM. (Similar question was posted here without answer: http://www.mathworks.com/matlabcentral/answers/7074-mcr-invocation)
The problem occurs if I build a class library with VS2008 C#, it does not occur if I build a console application.
Therefore, I believe the reason is that MCR reflects on attributes of a different assembly than my class library when it looks for NOJVM.
My question is, what algorithm MCR uses to find and reflect on NOJVM attribute?
Thanks in advance for help.
Respuestas (0)
La pregunta está cerrada.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!