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

C#

 
GeneralRe: javascript: opener.document Pin
GenJerDan24-Jan-11 11:29
GenJerDan24-Jan-11 11:29 
GeneralRe: javascript: opener.document Pin
fififlowertot24-Jan-11 22:05
fififlowertot24-Jan-11 22:05 
QuestionHow do I access object properties using stack frames? Pin
DaleDaleM24-Jan-11 10:14
DaleDaleM24-Jan-11 10:14 
AnswerRe: How do I access object properties using stack frames? Pin
dan!sh 24-Jan-11 10:36
professional dan!sh 24-Jan-11 10:36 
GeneralRe: How do I access object properties using stack frames? Pin
DaleDaleM24-Jan-11 10:40
DaleDaleM24-Jan-11 10:40 
GeneralRe: How do I access object properties using stack frames? Pin
dan!sh 24-Jan-11 10:51
professional dan!sh 24-Jan-11 10:51 
GeneralRe: How do I access object properties using stack frames? Pin
DaleDaleM24-Jan-11 10:56
DaleDaleM24-Jan-11 10:56 
GeneralRe: How do I access object properties using stack frames? Pin
dan!sh 24-Jan-11 11:01
professional dan!sh 24-Jan-11 11:01 
That's what I have replied. I am not sure if it is possible at all. It tells the type but never gives you access to that very instance. If you just want to access that property information, this should help:
Type t = oStackFrame.GetMethod().ReflectedType;
PropertyInfo property = t.GetProperty("property name here");

"Your code will never work, Luc's always will.", Richard MacCutchan[^]

GeneralRe: How do I access object properties using stack frames? Pin
DaleDaleM24-Jan-11 11:17
DaleDaleM24-Jan-11 11:17 
GeneralRe: How do I access object properties using stack frames? Pin
dan!sh 24-Jan-11 11:24
professional dan!sh 24-Jan-11 11:24 
GeneralRe: How do I access object properties using stack frames? Pin
DaleDaleM24-Jan-11 11:26
DaleDaleM24-Jan-11 11:26 
GeneralRe: How do I access object properties using stack frames? Pin
dan!sh 24-Jan-11 11:43
professional dan!sh 24-Jan-11 11:43 
GeneralRe: How do I access object properties using stack frames? Pin
Pete O'Hanlon24-Jan-11 11:54
subeditorPete O'Hanlon24-Jan-11 11:54 
GeneralRe: How do I access object properties using stack frames? Pin
DaleDaleM24-Jan-11 11:56
DaleDaleM24-Jan-11 11:56 
GeneralRe: How do I access object properties using stack frames? Pin
dan!sh 24-Jan-11 12:03
professional dan!sh 24-Jan-11 12:03 
Questionjavascript Pin
fififlowertot24-Jan-11 5:57
fififlowertot24-Jan-11 5:57 
AnswerRe: javascript Pin
KarlRhodes24-Jan-11 6:40
KarlRhodes24-Jan-11 6:40 
GeneralRe: javascript Pin
fififlowertot24-Jan-11 10:12
fififlowertot24-Jan-11 10:12 
AnswerRe: javascript Pin
OriginalGriff24-Jan-11 8:37
mveOriginalGriff24-Jan-11 8:37 
QuestionCreating an ADO.Net Datasource from existing data Pin
kevinnicol24-Jan-11 4:15
kevinnicol24-Jan-11 4:15 
AnswerRe: Creating an ADO.Net Datasource from existing data Pin
Henry Minute24-Jan-11 4:49
Henry Minute24-Jan-11 4:49 
QuestionSerial over Ethernet Pin
pierrecor24-Jan-11 3:26
pierrecor24-Jan-11 3:26 
AnswerRe: Serial over Ethernet Pin
Richard MacCutchan24-Jan-11 3:48
mveRichard MacCutchan24-Jan-11 3:48 
AnswerRe: Serial over Ethernet Pin
jschell24-Jan-11 8:44
jschell24-Jan-11 8:44 
AnswerRe: Serial over Ethernet Pin
techtoniq18-Nov-11 4:45
techtoniq18-Nov-11 4:45 

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.