Groups | Blog | Home
all groups > c# > january 2004 >

c# : about inherited


Owen
1/31/2004 9:48:51 PM
Hello:

How I can know the class of some object?. Like in Object Pascal with this
sentence TObject.ClassType = SomeClass?

Best Regards.

Rob Teixeira [MVP]
1/31/2004 11:54:28 PM
if (ObjectReference is SomeClass) ...

-Rob Teixeira [MVP]

[quoted text, click to view]

Owen
2/2/2004 11:48:35 AM
sorry for the other message.

owen.

[quoted text, click to view]

AddThis Social Bookmark Button