Click here to Skip to main content
15,914,594 members
Home / Discussions / C#
   

C#

 
GeneralCollections and Controls Pin
Paul Selormey15-Jul-02 18:50
Paul Selormey15-Jul-02 18:50 
GeneralIterate and modify Pin
J. Ehrnström15-Jul-02 14:10
J. Ehrnström15-Jul-02 14:10 
GeneralRe: Iterate and modify Pin
James T. Johnson15-Jul-02 14:29
James T. Johnson15-Jul-02 14:29 
GeneralRe: Iterate and modify Pin
J. Ehrnström15-Jul-02 15:02
J. Ehrnström15-Jul-02 15:02 
GeneralRe: Iterate and modify Pin
Eric Gunnerson (msft)16-Jul-02 5:32
Eric Gunnerson (msft)16-Jul-02 5:32 
GeneralRe: Iterate and modify Pin
J. Ehrnström17-Jul-02 1:29
J. Ehrnström17-Jul-02 1:29 
GeneralReflection Pin
Christian Graus15-Jul-02 12:28
protectorChristian Graus15-Jul-02 12:28 
GeneralRe: Reflection Pin
Andy Smith15-Jul-02 13:50
Andy Smith15-Jul-02 13:50 
yes, you can do that just fine with reflection.

You just have to know the Type which the method belongs to.
call Type.InvokeMember on it, passing the method name, object instance, and args.

you can also get the Type from a string via Type.GetType.


GeneralRe: Reflection Pin
Christian Graus15-Jul-02 13:55
protectorChristian Graus15-Jul-02 13:55 
GeneralRe: Reflection Pin
Andy Smith15-Jul-02 14:13
Andy Smith15-Jul-02 14:13 
GeneralRe: Reflection Pin
Christian Graus15-Jul-02 14:19
protectorChristian Graus15-Jul-02 14:19 
GeneralRemoting and Load balancing in Multi tier Pin
Orion Buttigieg15-Jul-02 12:21
Orion Buttigieg15-Jul-02 12:21 
GeneralPosition in file Pin
Nnamdi Onyeyiri15-Jul-02 10:28
Nnamdi Onyeyiri15-Jul-02 10:28 
QuestionCode Profiler/Stack Tracer??? Pin
tdb15-Jul-02 7:09
tdb15-Jul-02 7:09 
AnswerRe: Code Profiler/Stack Tracer??? Pin
leppie15-Jul-02 8:01
leppie15-Jul-02 8:01 
GeneralRe: Code Profiler/Stack Tracer??? Pin
tdb15-Jul-02 8:16
tdb15-Jul-02 8:16 
GeneralRemoving CR-LF's from a string using Regex Pin
sultan_of_6string15-Jul-02 6:07
sultan_of_6string15-Jul-02 6:07 
GeneralRe: Removing CR-LF's from a string using Regex Pin
leppie15-Jul-02 6:49
leppie15-Jul-02 6:49 
GeneralRe: Removing CR-LF's from a string using Regex Pin
sultan_of_6string15-Jul-02 7:18
sultan_of_6string15-Jul-02 7:18 
GeneralRe: Removing CR-LF's from a string using Regex Pin
leppie15-Jul-02 7:57
leppie15-Jul-02 7:57 
GeneralImplement drag&drop operations Pin
streetsl15-Jul-02 3:50
streetsl15-Jul-02 3:50 
GeneralTab control Pin
Martin Haesemeyer15-Jul-02 2:53
Martin Haesemeyer15-Jul-02 2:53 
Generalfile renaming Pin
Nnamdi Onyeyiri15-Jul-02 1:24
Nnamdi Onyeyiri15-Jul-02 1:24 
GeneralRe: file renaming Pin
sultan_of_6string15-Jul-02 6:01
sultan_of_6string15-Jul-02 6:01 
GeneralRe: file renaming Pin
leppie15-Jul-02 6:04
leppie15-Jul-02 6:04 

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.