Click here to Skip to main content
15,884,099 members
Home / Discussions / C#
   

C#

 
GeneralMystery of the missing line control Pin
RB@Emphasys28-May-03 8:48
RB@Emphasys28-May-03 8:48 
GeneralRe: Mystery of the missing line control Pin
Ray Cassick28-May-03 9:23
Ray Cassick28-May-03 9:23 
GeneralRe: Mystery of the missing line control Pin
Nick Parker28-May-03 17:30
protectorNick Parker28-May-03 17:30 
GeneralRe: Mystery of the missing line control Pin
Anonymous28-May-03 14:15
Anonymous28-May-03 14:15 
GeneralRe: Mystery of the missing line control Pin
Nick Parker28-May-03 17:29
protectorNick Parker28-May-03 17:29 
GeneralRe: Mystery of the missing line control Pin
RB@Emphasys29-May-03 2:54
RB@Emphasys29-May-03 2:54 
GeneralSingleton/static member question... Pin
Ryan Cromwell28-May-03 7:25
Ryan Cromwell28-May-03 7:25 
GeneralRe: Singleton/static member question... Pin
leppie28-May-03 11:10
leppie28-May-03 11:10 
You will need to count the references created to it, and if none is needed anymore, the unmanaged resources can be released. By design a static member will instantiate whenever it is first accessed and will last the lifetime of the appdomain. There is no GC on those objects AFAIK.

<a TITLE="See my user info" href=http://www.codeproject.com/script/profile/whos_who.asp?id=38829>leppie<a>::<a TITLE="Go to all articles  written by me" href=http://www.codeproject.com/script/articles/list_articles.asp?userid=38829>AllocCPArticle</a>(<a TITLE="Go to my latest, greatest article!" href=http://www.codeproject.com/useritems/dfamachine.asp >Generic DFA State Machine for .NET</a>);

GeneralCopy protection via internet Pin
Bog28-May-03 7:09
Bog28-May-03 7:09 
GeneralRe: Copy protection via internet Pin
Ray Cassick28-May-03 7:16
Ray Cassick28-May-03 7:16 
GeneralRe: Copy protection via internet Pin
Bog28-May-03 9:11
Bog28-May-03 9:11 
GeneralRe: Copy protection via internet Pin
Ray Cassick28-May-03 9:20
Ray Cassick28-May-03 9:20 
GeneralRe: Copy protection via internet Pin
KingTermite28-May-03 7:53
KingTermite28-May-03 7:53 
GeneralRe: Copy protection via internet Pin
Bog28-May-03 8:58
Bog28-May-03 8:58 
GeneralRe: Copy protection via internet Pin
Christian Merritt28-May-03 9:37
Christian Merritt28-May-03 9:37 
GeneralRe: Copy protection via internet Pin
Bog28-May-03 9:55
Bog28-May-03 9:55 
GeneralRe: Copy protection via internet Pin
The Limey28-May-03 10:34
The Limey28-May-03 10:34 
GeneralRe: Copy protection via internet Pin
Ranjan Banerji28-May-03 9:47
Ranjan Banerji28-May-03 9:47 
GeneralRe: Copy protection via internet Pin
Bog28-May-03 9:52
Bog28-May-03 9:52 
GeneralRe: Copy protection via internet Pin
Kant28-May-03 13:20
Kant28-May-03 13:20 
GeneralRe: Copy protection via internet Pin
Rocky Moore28-May-03 22:27
Rocky Moore28-May-03 22:27 
GeneralRe: Copy protection via internet Pin
Daniel Turini29-May-03 11:35
Daniel Turini29-May-03 11:35 
GeneralRe: Copy protection via internet Pin
Bog29-May-03 16:59
Bog29-May-03 16:59 
Generaltest :) Pin
Bog15-Jul-03 2:25
Bog15-Jul-03 2:25 
GeneralAdding a user to an Active Directory group that contains more than 1,000 members Pin
Christian Merritt28-May-03 6:37
Christian Merritt28-May-03 6:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.