Shared Constructors and Threads

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • timexsinclair2068@hotmail.com

    #1

    Shared Constructors and Threads

    Hi,

    I'm getting some exceptions when creating new threads. That might -or
    might not- have to do with a probable (?) re-execution of shared
    constructors. Is that possible? Do shared constructors get executed
    when threads are created?

    Thanks!
    Paul

  • Mattias Sjögren

    #2
    Re: Shared Constructors and Threads

    >Do shared constructors get executed when threads are created?

    No they don't.


    Mattias

    --
    Mattias Sjögren [C# MVP] mattias @ mvps.org
    http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
    Please reply only to the newsgroup.

    Comment

    Working...