Click here to Skip to main content
15,901,035 members
Home / Discussions / C#
   

C#

 
AnswerRe: Trying this again... (Import method from DLL) Pin
Leslie Sanford6-Jul-07 9:24
Leslie Sanford6-Jul-07 9:24 
AnswerRe: Trying this again... (Import method from DLL) Pin
Not Active6-Jul-07 9:29
mentorNot Active6-Jul-07 9:29 
GeneralRe: Trying this again... (Import method from DLL) Pin
Azad Giordano Ratzki6-Jul-07 12:42
professionalAzad Giordano Ratzki6-Jul-07 12:42 
GeneralRe: Trying this again... (Import method from DLL) Pin
Luc Pattyn6-Jul-07 16:20
sitebuilderLuc Pattyn6-Jul-07 16:20 
QuestionDelegates in c# Pin
Malayil alex6-Jul-07 8:00
Malayil alex6-Jul-07 8:00 
AnswerRe: Delegates in c# Pin
led mike6-Jul-07 8:03
led mike6-Jul-07 8:03 
AnswerRe: Delegates in c# Pin
Martin#6-Jul-07 8:04
Martin#6-Jul-07 8:04 
AnswerRe: Delegates in c# Pin
Luc Pattyn6-Jul-07 16:26
sitebuilderLuc Pattyn6-Jul-07 16:26 
Hi,

if you happen to be familiar with some other programming languages, such as C:

a delegate is very much like a function pointer.
It has one extra twist: it also holds a reference to an object (an instance of
the class that holds the methods code), so a delegate knows which method to invoke on which object.

So if you create a delegate inside object FOO to call method BAR, and then
execute that delegate, it will behave as is you were calling FOO.BAR directly.

BTW if BAR is a static method, FOO would be the class itself, and not an
instance of the class.

Smile | :)


AnswerRe: Delegates in c# Pin
Sathesh Sakthivel6-Jul-07 16:59
Sathesh Sakthivel6-Jul-07 16:59 
GeneralRe: Delegates in c# Pin
Not Active7-Jul-07 2:40
mentorNot Active7-Jul-07 2:40 
QuestionHelllp!!! :-) About using a method from a Dll... Pin
Azad Giordano Ratzki6-Jul-07 6:37
professionalAzad Giordano Ratzki6-Jul-07 6:37 
AnswerRe: Helllp!!! :-) About using a method from a Dll... Pin
led mike6-Jul-07 6:46
led mike6-Jul-07 6:46 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
Azad Giordano Ratzki6-Jul-07 6:53
professionalAzad Giordano Ratzki6-Jul-07 6:53 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
Not Active6-Jul-07 7:45
mentorNot Active6-Jul-07 7:45 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
led mike6-Jul-07 7:45
led mike6-Jul-07 7:45 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
Azad Giordano Ratzki6-Jul-07 8:09
professionalAzad Giordano Ratzki6-Jul-07 8:09 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
led mike6-Jul-07 8:21
led mike6-Jul-07 8:21 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
Azad Giordano Ratzki6-Jul-07 8:27
professionalAzad Giordano Ratzki6-Jul-07 8:27 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
led mike6-Jul-07 8:36
led mike6-Jul-07 8:36 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
Not Active6-Jul-07 9:24
mentorNot Active6-Jul-07 9:24 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
Martin#6-Jul-07 20:57
Martin#6-Jul-07 20:57 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
Not Active7-Jul-07 2:36
mentorNot Active7-Jul-07 2:36 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
leckey6-Jul-07 8:40
leckey6-Jul-07 8:40 
AnswerRe: Helllp!!! :-) About using a method from a Dll... Pin
Guffa6-Jul-07 8:44
Guffa6-Jul-07 8:44 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
Azad Giordano Ratzki6-Jul-07 9:09
professionalAzad Giordano Ratzki6-Jul-07 9:09 

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.