Click here to Skip to main content
15,917,875 members
Home / Discussions / C#
   

C#

 
QuestionUdpClient class question? (How to release the bound port) [modified] Pin
zafersavas24-Feb-07 11:59
zafersavas24-Feb-07 11:59 
AnswerRe: UdpClient class question? (How to release the bound port) Pin
Wayne Phipps25-Feb-07 5:54
Wayne Phipps25-Feb-07 5:54 
QuestionReferencing Web User Control Pin
Expert Coming24-Feb-07 11:02
Expert Coming24-Feb-07 11:02 
AnswerRe: Referencing Web User Control Pin
Christian Graus24-Feb-07 11:10
protectorChristian Graus24-Feb-07 11:10 
GeneralRe: Referencing Web User Control Pin
Expert Coming24-Feb-07 11:35
Expert Coming24-Feb-07 11:35 
GeneralRe: Referencing Web User Control Pin
Christian Graus24-Feb-07 12:36
protectorChristian Graus24-Feb-07 12:36 
QuestionGeneral question about object reference in C# \ .NET Framework Pin
Yanshof24-Feb-07 10:08
Yanshof24-Feb-07 10:08 
AnswerRe: General question about object reference in C# \ .NET Framework Pin
Larantz24-Feb-07 10:49
Larantz24-Feb-07 10:49 
Yes class objects are sent by reference.

using the 'ref' keyword would just result in the exact same thing - namely sending the object by reference.

using the 'out' keyword on the other hand is for forcing the parameter into being set within the method. So if you made a virtual class or an interface with a member class referencing a parameter with the 'out' keyword, it would force any class inhereting your class / interface to set a value to the parameter. Failing to do so would result in a compilation error.

Hope that makes it a bit clearer.
-Larantz-

for those about to code, we salute you
http://www.tellus-software.com

GeneralRe: General question about object reference in C# \ .NET Framework Pin
Guffa24-Feb-07 11:07
Guffa24-Feb-07 11:07 
AnswerRe: General question about object reference in C# \ .NET Framework Pin
Guffa24-Feb-07 10:57
Guffa24-Feb-07 10:57 
AnswerRe: General question about object reference in C# \ .NET Framework Pin
Christian Graus24-Feb-07 11:05
protectorChristian Graus24-Feb-07 11:05 
Questionaccessing control of one form from another form Pin
Saira Tanwir24-Feb-07 9:51
Saira Tanwir24-Feb-07 9:51 
AnswerRe: accessing control of one form from another form Pin
Larantz24-Feb-07 11:00
Larantz24-Feb-07 11:00 
GeneralRe: accessing control of one form from another form Pin
Saira Tanwir24-Feb-07 22:50
Saira Tanwir24-Feb-07 22:50 
AnswerRe: accessing control of one form from another form Pin
Christian Graus24-Feb-07 11:08
protectorChristian Graus24-Feb-07 11:08 
QuestionMove icon Pin
CodeItWell24-Feb-07 8:38
CodeItWell24-Feb-07 8:38 
AnswerRe: Move icon Pin
Luc Pattyn24-Feb-07 11:11
sitebuilderLuc Pattyn24-Feb-07 11:11 
QuestionIf value true then Button Next, Pin
dayavu24-Feb-07 8:22
dayavu24-Feb-07 8:22 
AnswerRe: If value true then Button Next, Pin
Larantz24-Feb-07 10:36
Larantz24-Feb-07 10:36 
Questionmodify TextBox Pin
mihksoft24-Feb-07 8:07
mihksoft24-Feb-07 8:07 
AnswerRe: modify TextBox Pin
Dave Kreskowiak24-Feb-07 12:04
mveDave Kreskowiak24-Feb-07 12:04 
Questionfolder Pin
AL-yasofy24-Feb-07 7:33
AL-yasofy24-Feb-07 7:33 
AnswerRe: folder Pin
Dave Kreskowiak24-Feb-07 11:52
mveDave Kreskowiak24-Feb-07 11:52 
Questionabout folder Pin
AL-yasofy24-Feb-07 7:27
AL-yasofy24-Feb-07 7:27 
AnswerRe: about folder Pin
Dave Kreskowiak24-Feb-07 11:59
mveDave Kreskowiak24-Feb-07 11:59 

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.