shared variables in component

  • Thread starter Thread starter JMMB
  • Start date Start date
J

JMMB

When adding referencies to components, the "shared"(static in C#) variables
in the component are loaded to the stack when the application runs?
thanks,
 
* "JMMB said:
When adding referencies to components, the "shared"(static in C#) variables
in the component are loaded to the stack when the application runs?

If you access one of the classes, the variables are "loaded".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top