Click here to Skip to main content
15,899,126 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: window xp account Pin
Eduard Keilholz23-Oct-08 0:32
Eduard Keilholz23-Oct-08 0:32 
AnswerRe: window xp account Pin
Paddy Boyd23-Oct-08 2:12
Paddy Boyd23-Oct-08 2:12 
AnswerRe: window xp account Pin
leckey24-Oct-08 12:20
leckey24-Oct-08 12:20 
AnswerRe: window xp account Pin
Shyam Bharath27-Oct-08 1:15
Shyam Bharath27-Oct-08 1:15 
QuestionWhat is scope of Viewstate. Pin
Kartik Rathi22-Oct-08 18:42
Kartik Rathi22-Oct-08 18:42 
AnswerRe: What is scope of Viewstate. Pin
Pete O'Hanlon22-Oct-08 22:49
mvePete O'Hanlon22-Oct-08 22:49 
AnswerRe: What is scope of Viewstate. Pin
Brij23-Oct-08 4:38
mentorBrij23-Oct-08 4:38 
QuestionQuestion: I know reflection is powerful - but just how powerful? Pin
Julien22-Oct-08 12:20
Julien22-Oct-08 12:20 
I'd like to write a method for a logging class (yes I know - yet another one) that has this functionality:

Log.LogArgs(params object[] args)
{
... reflection magic here ...
}

Usage:
int x = 5;
String y = "banana";
Log.LogArgs(x,y);

Produces (in log somewhere or as a returned string or something) this:
"Arg0=(x,Int32,5),Arg1=(y,String,banana)";

I can get the "Int32" and "5", but need some Reflection 'Hocus pocus'.

Suggestions?
AnswerRe: Question: I know reflection is powerful - but just how powerful? Pin
Mark Churchill22-Oct-08 16:26
Mark Churchill22-Oct-08 16:26 
AnswerRe: Question: I know reflection is powerful - but just how powerful? Pin
Gideon Engelberth22-Oct-08 16:27
Gideon Engelberth22-Oct-08 16:27 
GeneralRe: Question: I know reflection is powerful - but just how powerful? Pin
Julien22-Oct-08 17:25
Julien22-Oct-08 17:25 
GeneralRe: Question: I know reflection is powerful - but just how powerful? Pin
Dave Kreskowiak23-Oct-08 1:55
mveDave Kreskowiak23-Oct-08 1:55 
Question"File exists" error Pin
kozu22-Oct-08 5:46
kozu22-Oct-08 5:46 
AnswerRe: "File exists" error Pin
Simon P Stevens22-Oct-08 5:58
Simon P Stevens22-Oct-08 5:58 
QuestionPowerShell scripting Pin
SNI22-Oct-08 1:14
SNI22-Oct-08 1:14 
AnswerRe: PowerShell scripting Pin
Simon P Stevens22-Oct-08 6:03
Simon P Stevens22-Oct-08 6:03 
AnswerRe: PowerShell scripting Pin
Dave Kreskowiak22-Oct-08 6:39
mveDave Kreskowiak22-Oct-08 6:39 
QuestionRunning code on a specific thread Pin
Simon P Stevens21-Oct-08 23:53
Simon P Stevens21-Oct-08 23:53 
AnswerRe: Running code on a specific thread Pin
led mike22-Oct-08 5:24
led mike22-Oct-08 5:24 
GeneralRe: Running code on a specific thread Pin
Simon P Stevens22-Oct-08 5:44
Simon P Stevens22-Oct-08 5:44 
GeneralRe: Running code on a specific thread Pin
led mike22-Oct-08 7:09
led mike22-Oct-08 7:09 
JokeRe: Running code on a specific thread Pin
Simon P Stevens22-Oct-08 21:45
Simon P Stevens22-Oct-08 21:45 
AnswerRe: Running code on a specific thread Pin
Mark Salsbery22-Oct-08 5:58
Mark Salsbery22-Oct-08 5:58 
GeneralRe: Running code on a specific thread Pin
Simon P Stevens22-Oct-08 6:04
Simon P Stevens22-Oct-08 6:04 
QuestionIs “windowsbase.dll” part of any of the version of .net framework Pin
Mushtaque Nizamani21-Oct-08 19:41
Mushtaque Nizamani21-Oct-08 19:41 

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.