Click here to Skip to main content
15,921,643 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to implement a singleton in c# generic classes Pin
Jun Du9-Sep-06 4:53
Jun Du9-Sep-06 4:53 
Chris Richner wrote:
One have to know the SomeConcretClassType to access the class type to get the Instance property.


Yes, that is what you used generic class for. If you don't or needn't know SomeConcretClassType, why do you use a generic class?

Chris Richner wrote:
What happens now if the class instance was made by

new ShellApplicationBase();


No, you can't call Singleton's contructor directly. It's protected. You have to get the instance via static call GetInstance().

Chris Richner wrote:
There must be a way to retrieve this Instance property on this generic class without giving types to access just the class type, am I wrong?


Give a try, but I never thought we could call any method of a generic class without defining a "concret" class first.


Best,
Jun

AnswerRe: How to implement a singleton in c# generic classes Pin
Daniel Grunwald9-Sep-06 6:41
Daniel Grunwald9-Sep-06 6:41 
AnswerRe: Accessing a static field on a generic class? Pin
Chris Richner10-Sep-06 9:28
Chris Richner10-Sep-06 9:28 
QuestionWindow Form Refresh during code execution. Pin
sir_chuy8-Sep-06 4:40
sir_chuy8-Sep-06 4:40 
AnswerRe: Window Form Refresh during code execution. Pin
Judah Gabriel Himango8-Sep-06 5:32
sponsorJudah Gabriel Himango8-Sep-06 5:32 
GeneralRe: Window Form Refresh during code execution. Pin
sir_chuy8-Sep-06 7:17
sir_chuy8-Sep-06 7:17 
QuestionGet only file name from str Pin
papa808-Sep-06 4:11
papa808-Sep-06 4:11 
AnswerRe: Get only file name from str Pin
User 66588-Sep-06 4:16
User 66588-Sep-06 4:16 
GeneralRe: Get only file name from str Pin
Not Active8-Sep-06 4:36
mentorNot Active8-Sep-06 4:36 
GeneralRe: Get only file name from str Pin
User 66588-Sep-06 4:57
User 66588-Sep-06 4:57 
GeneralRe: Get only file name from str Pin
Dave Kreskowiak8-Sep-06 9:13
mveDave Kreskowiak8-Sep-06 9:13 
GeneralRe: Get only file name from str Pin
papa808-Sep-06 4:57
papa808-Sep-06 4:57 
GeneralRe: Get only file name from str Pin
Dave Kreskowiak8-Sep-06 9:16
mveDave Kreskowiak8-Sep-06 9:16 
AnswerRe: Get only file name from str Pin
BoneSoft8-Sep-06 5:43
BoneSoft8-Sep-06 5:43 
Questionemail attachments Pin
eggsovereasy8-Sep-06 4:08
eggsovereasy8-Sep-06 4:08 
AnswerRe: email attachments Pin
Judah Gabriel Himango8-Sep-06 5:11
sponsorJudah Gabriel Himango8-Sep-06 5:11 
GeneralRe: email attachments Pin
eggsovereasy8-Sep-06 5:37
eggsovereasy8-Sep-06 5:37 
Question__FUNCTION__, __FILE__, __LINE__ in C#? Pin
Christopher Stratmann8-Sep-06 4:06
Christopher Stratmann8-Sep-06 4:06 
AnswerRe: __FUNCTION__, __FILE__, __LINE__ in C#? Pin
Judah Gabriel Himango8-Sep-06 4:45
sponsorJudah Gabriel Himango8-Sep-06 4:45 
QuestionPainting own toolstrip progress bar? Pin
Dominik Reichl8-Sep-06 3:40
Dominik Reichl8-Sep-06 3:40 
AnswerRe: Painting own toolstrip progress bar? Pin
Ravi Bhavnani8-Sep-06 7:38
professionalRavi Bhavnani8-Sep-06 7:38 
Questionhow 2 Loop a listview? Pin
Support1238-Sep-06 3:04
Support1238-Sep-06 3:04 
AnswerRe: how 2 Loop a listview? Pin
User 66588-Sep-06 3:21
User 66588-Sep-06 3:21 
GeneralRe: how 2 Loop a listview? Pin
Support1238-Sep-06 3:31
Support1238-Sep-06 3:31 
GeneralRe: how 2 Loop a listview? Pin
Support1238-Sep-06 3:48
Support1238-Sep-06 3:48 

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.