Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reading the memory of a process Pin
Nick Parker16-Aug-04 11:30
protectorNick Parker16-Aug-04 11:30 
GeneralRe: Reading the memory of a process Pin
leppie17-Aug-04 1:15
leppie17-Aug-04 1:15 
GeneralRe: Reading the memory of a process Pin
Wjousts17-Aug-04 7:46
Wjousts17-Aug-04 7:46 
GeneralRe: Reading the memory of a process Pin
Roman Rodov16-Aug-04 14:40
Roman Rodov16-Aug-04 14:40 
GeneralRe: Reading the memory of a process Pin
Wjousts17-Aug-04 8:00
Wjousts17-Aug-04 8:00 
Generalsetting Printer Dpi Pin
htafc16-Aug-04 5:25
htafc16-Aug-04 5:25 
Generala reflection question... Pin
LongRange.Shooter16-Aug-04 5:20
LongRange.Shooter16-Aug-04 5:20 
GeneralRe: a reflection question... Pin
Nick Parker16-Aug-04 5:43
protectorNick Parker16-Aug-04 5:43 
Try the following, it works for me:

BindingFlags bf = BindingFlags.Instance | BindingFlags.Public | 
				             BindingFlags.NonPublic | BindingFlags.FlattenHierarchy;


- Nick Parker
My Blog | My Articles

GeneralRe: a reflection question... Pin
LongRange.Shooter16-Aug-04 6:45
LongRange.Shooter16-Aug-04 6:45 
GeneralRe: a reflection question... Pin
Nick Parker16-Aug-04 10:11
protectorNick Parker16-Aug-04 10:11 
GeneralRe: a reflection question... Pin
LongRange.Shooter17-Aug-04 3:18
LongRange.Shooter17-Aug-04 3:18 
GeneralRe: a reflection question... Pin
Heath Stewart18-Aug-04 11:17
protectorHeath Stewart18-Aug-04 11:17 
GeneralRe: a reflection question... Pin
leppie17-Aug-04 2:26
leppie17-Aug-04 2:26 
GeneralRe: a reflection question... Pin
LongRange.Shooter17-Aug-04 3:28
LongRange.Shooter17-Aug-04 3:28 
GeneralRe: a reflection question... Pin
leppie17-Aug-04 5:43
leppie17-Aug-04 5:43 
GeneralRe: a reflection question... Pin
LongRange.Shooter17-Aug-04 6:45
LongRange.Shooter17-Aug-04 6:45 
GeneralRe: a reflection question... Pin
leppie17-Aug-04 8:09
leppie17-Aug-04 8:09 
GeneralRe: a reflection question... Pin
Anonymous17-Aug-04 8:18
Anonymous17-Aug-04 8:18 
Generaldetailed attributes of jpeg Pin
steven shingler16-Aug-04 2:59
steven shingler16-Aug-04 2:59 
GeneralRe: detailed attributes of jpeg Pin
Nick Parker16-Aug-04 3:52
protectorNick Parker16-Aug-04 3:52 
GeneralRe: detailed attributes of jpeg Pin
Arjan Einbu16-Aug-04 3:58
Arjan Einbu16-Aug-04 3:58 
GeneralRe: detailed attributes of jpeg Pin
steven shingler16-Aug-04 10:46
steven shingler16-Aug-04 10:46 
GeneralDesigner - TreeCollection of items which have themselves a collection like treenodecollection causes error when adding items Pin
STW16-Aug-04 1:39
STW16-Aug-04 1:39 
GeneralRe: Designer - TreeCollection of items which have themselves a collection like treenodecollection causes error when adding items Pin
Stanciu Vlad16-Aug-04 3:11
Stanciu Vlad16-Aug-04 3:11 
GeneralRe: Designer - TreeCollection of items which have themselves a collection like treenodecollection causes error when adding items Pin
STW16-Aug-04 3:29
STW16-Aug-04 3:29 

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.