shared variables in component

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JMMB

    shared variables in component

    When adding referencies to components, the "shared"(st atic in C#) variables
    in the component are loaded to the stack when the application runs?
    thanks,


  • Herfried K. Wagner [MVP]

    #2
    Re: shared variables in component

    * "JMMB" <mbarbieri@bf.c om.br> scripsit:[color=blue]
    > When adding referencies to components, the "shared"(st atic in C#) variables
    > in the component are loaded to the stack when the application runs?[/color]

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

    --
    Herfried K. Wagner
    MVP ยท VB Classic, VB.NET
    <http://www.mvps.org/dotnet>

    Comment

    Working...