Click here to Skip to main content
15,902,189 members
Home / Discussions / C#
   

C#

 
GeneralRe: everything is an object... Pin
marcosingh22-Jan-11 4:25
marcosingh22-Jan-11 4:25 
AnswerRe: everything is an object... Pin
ABitSmart8-Feb-09 23:08
ABitSmart8-Feb-09 23:08 
GeneralRe: everything is an object... Pin
swjam8-Feb-09 23:13
swjam8-Feb-09 23:13 
GeneralRe: everything is an object... Pin
ABitSmart8-Feb-09 23:30
ABitSmart8-Feb-09 23:30 
GeneralRe: everything is an object... Pin
N a v a n e e t h8-Feb-09 23:39
N a v a n e e t h8-Feb-09 23:39 
GeneralRe: everything is an object... Pin
swjam8-Feb-09 23:50
swjam8-Feb-09 23:50 
GeneralRe: everything is an object... Pin
J4amieC9-Feb-09 0:05
J4amieC9-Feb-09 0:05 
AnswerRe: everything is an object... Pin
Ennis Ray Lynch, Jr.9-Feb-09 4:31
Ennis Ray Lynch, Jr.9-Feb-09 4:31 
If it inherits from System.Object it is an object.

The enlightened answer to why this doesn't contradict anything is buried in Computer Science course work. But if I recall correctly a short answer would be the value of the pointers to objects are passed and the compiler knows based on the type to dereference the pointer to yield the object data from the heap. If you could directly alter the stack in C# you would be able to change the value pushed on the stack for the object without affecting the referenced in the calling code because it would just be a value reference.


Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.


If you don't ask questions the answers won't stand in your way.


Most of this sig is for Google, not ego.


QuestionSorting Problem in Datagridview Pin
sjs4u8-Feb-09 19:30
sjs4u8-Feb-09 19:30 
QuestionRe: Sorting Problem in Datagridview Pin
Kaushal Arora9-Feb-09 21:05
Kaushal Arora9-Feb-09 21:05 
QuestionVista incompatibility problem Pin
arun_pk8-Feb-09 19:18
arun_pk8-Feb-09 19:18 
AnswerRe: Vista incompatibility problem Pin
Christian Graus8-Feb-09 19:20
protectorChristian Graus8-Feb-09 19:20 
QuestionRe: Vista incompatibility problem Pin
arun_pk8-Feb-09 19:31
arun_pk8-Feb-09 19:31 
AnswerRe: Vista incompatibility problem Pin
Christian Graus8-Feb-09 19:51
protectorChristian Graus8-Feb-09 19:51 
QuestionRe: Vista incompatibility problem Pin
arun_pk8-Feb-09 22:27
arun_pk8-Feb-09 22:27 
AnswerRe: Vista incompatibility problem Pin
EliottA9-Feb-09 2:36
EliottA9-Feb-09 2:36 
QuestionMONO IDE Pin
Krishna Varadharajan8-Feb-09 18:41
Krishna Varadharajan8-Feb-09 18:41 
AnswerRe: MONO IDE Pin
Christian Graus8-Feb-09 19:19
protectorChristian Graus8-Feb-09 19:19 
AnswerRe: MONO IDE Pin
Eddy Vluggen8-Feb-09 22:35
professionalEddy Vluggen8-Feb-09 22:35 
Question[Message Deleted] Pin
anupmadathil8-Feb-09 18:02
anupmadathil8-Feb-09 18:02 
AnswerRe: How can i read mails from Outlook using C# Pin
Christian Graus8-Feb-09 18:29
protectorChristian Graus8-Feb-09 18:29 
GeneralRe: How can i read mails from Outlook using C# Pin
anupmadathil8-Feb-09 19:28
anupmadathil8-Feb-09 19:28 
GeneralRe: How can i read mails from Outlook using C# Pin
Christian Graus8-Feb-09 19:50
protectorChristian Graus8-Feb-09 19:50 
GeneralRe: How can i read mails from Outlook using C# Pin
EliottA9-Feb-09 2:02
EliottA9-Feb-09 2:02 
GeneralRe: How can i read mails from Outlook using C# Pin
CPallini8-Feb-09 23:07
mveCPallini8-Feb-09 23:07 

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.