Click here to Skip to main content
15,895,667 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to force static instances of a class to initialize? Pin
Luc Pattyn15-Apr-10 7:47
sitebuilderLuc Pattyn15-Apr-10 7:47 
GeneralRe: How to force static instances of a class to initialize? Pin
PIEBALDconsult15-Apr-10 7:56
mvePIEBALDconsult15-Apr-10 7:56 
AnswerRe: How to force static instances of a class to initialize? Pin
thugthug15-Apr-10 8:36
thugthug15-Apr-10 8:36 
GeneralRe: How to force static instances of a class to initialize? Pin
Luc Pattyn15-Apr-10 9:06
sitebuilderLuc Pattyn15-Apr-10 9:06 
GeneralRe: How to force static instances of a class to initialize? Pin
PIEBALDconsult15-Apr-10 9:40
mvePIEBALDconsult15-Apr-10 9:40 
GeneralRe: How to force static instances of a class to initialize? Pin
thugthug15-Apr-10 10:36
thugthug15-Apr-10 10:36 
GeneralRe: How to force static instances of a class to initialize? Pin
PIEBALDconsult15-Apr-10 11:41
mvePIEBALDconsult15-Apr-10 11:41 
AnswerRe: How to force static instances of a class to initialize? Pin
PIEBALDconsult15-Apr-10 12:05
mvePIEBALDconsult15-Apr-10 12:05 
Considering:

0) We have pretty much determined that what you were originally asking about is currently impossible.
1) You need to enumerate the types in the loaded assemblies (and/or develop an all-out plug-in system).

I question whether or not the static instances and Initialize methods are required at this point -- I think that they were simply failed attempts at trying to get it work the way you thought it might.

Certainly, the way I'm doing it doesn't use either.

Aren't your static instances merely duplicates of what's in the Dictionary?
And is there any code in the Initialize methods?

Can you remove them without harming the process? (Perhaps alter your Attribute to refer to something else?)
(I'm also not so thrilled about the Attribute.)
GeneralRe: How to force static instances of a class to initialize? Pin
thugthug16-Apr-10 2:09
thugthug16-Apr-10 2:09 
GeneralRe: How to force static instances of a class to initialize? Pin
PIEBALDconsult16-Apr-10 4:25
mvePIEBALDconsult16-Apr-10 4:25 
QuestionXmlSerializer doesn't write the namespace Pin
buchstaben15-Apr-10 4:02
buchstaben15-Apr-10 4:02 
AnswerRe: XmlSerializer doesn't write the namespace Pin
Tarakeshwar Reddy15-Apr-10 4:54
professionalTarakeshwar Reddy15-Apr-10 4:54 
QuestionRe: XmlSerializer doesn't write the namespace Pin
buchstaben15-Apr-10 19:43
buchstaben15-Apr-10 19:43 
AnswerRe: XmlSerializer doesn't write the namespace Pin
Tarakeshwar Reddy16-Apr-10 5:01
professionalTarakeshwar Reddy16-Apr-10 5:01 
GeneralRe: XmlSerializer doesn't write the namespace Pin
buchstaben18-Apr-10 20:20
buchstaben18-Apr-10 20:20 
QuestionMessage Removed Pin
15-Apr-10 1:56
kulkarni.ajay15-Apr-10 1:56 
AnswerRe: How to solve->Could not connect to remote machine error Pin
Calla15-Apr-10 3:41
Calla15-Apr-10 3:41 
GeneralRe: How to solve->Could not connect to remote machine error Pin
kulkarni.ajay15-Apr-10 3:57
kulkarni.ajay15-Apr-10 3:57 
GeneralRe: How to solve->Could not connect to remote machine error Pin
OriginalGriff15-Apr-10 4:17
mveOriginalGriff15-Apr-10 4:17 
JokeRe: How to solve->Could not connect to remote machine error Pin
Calla15-Apr-10 21:27
Calla15-Apr-10 21:27 
GeneralRe: How to solve->Could not connect to remote machine error Pin
Luc Pattyn6-May-10 2:07
sitebuilderLuc Pattyn6-May-10 2:07 
AnswerRe: How to solve->Could not connect to remote machine error Pin
Rod Kemp15-Apr-10 18:39
Rod Kemp15-Apr-10 18:39 
QuestionData relations and data set Pin
eli1502197915-Apr-10 0:53
eli1502197915-Apr-10 0:53 
QuestionLocal database path in csharp Pin
Tunisien8615-Apr-10 0:13
Tunisien8615-Apr-10 0:13 
AnswerRe: Local database path in csharp Pin
Michel Godfroid15-Apr-10 0:20
Michel Godfroid15-Apr-10 0:20 

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.