Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
QuestionQueued Timers Pin
LiamD5-Jan-06 3:48
LiamD5-Jan-06 3:48 
AnswerRe: Queued Timers Pin
Guffa5-Jan-06 4:16
Guffa5-Jan-06 4:16 
GeneralRe: Queued Timers Pin
Dave Kreskowiak5-Jan-06 4:34
mveDave Kreskowiak5-Jan-06 4:34 
GeneralRe: Queued Timers Pin
LiamD5-Jan-06 21:57
LiamD5-Jan-06 21:57 
GeneralRe: Queued Timers Pin
Dave Kreskowiak6-Jan-06 2:54
mveDave Kreskowiak6-Jan-06 2:54 
GeneralRe: Queued Timers Pin
LiamD8-Jan-06 22:22
LiamD8-Jan-06 22:22 
GeneralRe: Queued Timers Pin
Dave Kreskowiak9-Jan-06 2:06
mveDave Kreskowiak9-Jan-06 2:06 
QuestionReflecting inherited interfaces Pin
Hans Ruck5-Jan-06 3:38
Hans Ruck5-Jan-06 3:38 
I'm trying to detect the interfaces directly inherited by a class. I've tried to use the Type.GetInterfaces method but in a situation like this:
public interface I
{
	void f();
}

public interface Ii : I
{
	new void f();
	void f1();
}

public class CC : Ii
{
	public void f(){}
	public void f1(){}
}
the entire interface types' hierarchy would be returned as a list ( Ii and I instead of Ii ) Frown | :(

Is there any way to detect the relationship between two parent-child interfaces? Or: is it possible to obtain only the interfaces directly inherited by a class?


 "quot capita, tot sententiæ"

 rechi+
AnswerRe: Reflecting inherited interfaces Pin
leppie5-Jan-06 5:40
leppie5-Jan-06 5:40 
QuestionHelp Needed in C# Chess Game development Pin
usmanali1235-Jan-06 3:28
usmanali1235-Jan-06 3:28 
AnswerRe: Help Needed in C# Chess Game development Pin
Guffa5-Jan-06 3:33
Guffa5-Jan-06 3:33 
GeneralRe: Help Needed in C# Chess Game development Pin
usmanali1235-Jan-06 3:45
usmanali1235-Jan-06 3:45 
GeneralRe: Help Needed in C# Chess Game development Pin
Guffa5-Jan-06 4:19
Guffa5-Jan-06 4:19 
AnswerRe: Help Needed in C# Chess Game development Pin
albCode5-Jan-06 3:50
albCode5-Jan-06 3:50 
GeneralRe: Help Needed in C# Chess Game development Pin
usmanali1235-Jan-06 3:57
usmanali1235-Jan-06 3:57 
GeneralRe: Help Needed in C# Chess Game development Pin
albCode5-Jan-06 3:58
albCode5-Jan-06 3:58 
GeneralRe: Help Needed in C# Chess Game development Pin
usmanali1235-Jan-06 4:11
usmanali1235-Jan-06 4:11 
AnswerRe: Help Needed in C# Chess Game development Pin
J4amieC5-Jan-06 5:30
J4amieC5-Jan-06 5:30 
AnswerRe: Help Needed in C# Chess Game development Pin
microsoc5-Jan-06 23:01
microsoc5-Jan-06 23:01 
QuestionReading mail Pin
alok_2k35-Jan-06 2:08
alok_2k35-Jan-06 2:08 
AnswerRe: Reading mail Pin
mav.northwind5-Jan-06 3:12
mav.northwind5-Jan-06 3:12 
Questioncreat a xml with data appending on the other Pin
dhol5-Jan-06 1:46
dhol5-Jan-06 1:46 
Questionhow to submit a form based on a condition in C# Pin
Suman Singh5-Jan-06 1:45
professionalSuman Singh5-Jan-06 1:45 
AnswerRe: how to submit a form based on a condition in C# Pin
Guffa5-Jan-06 2:15
Guffa5-Jan-06 2:15 
GeneralRe: how to submit a form based on a condition in C# Pin
Suman Singh5-Jan-06 2:24
professionalSuman Singh5-Jan-06 2:24 

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.