Click here to Skip to main content
15,902,198 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reading the memory of a process Pin
Wjousts16-Aug-04 11:12
Wjousts16-Aug-04 11:12 
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 
I have a class library for which I am trying to discover it's methods.
The first class works fine since it has all methods marked public. The second method does not because it has all of its methods marked protected.
Here are the two BindingFlags attempts I've tried:
MethodInfo[] items = assembly.GetMethods
//(BindingFlags.Public|BindingFlags.Instance|BindingFlags.DeclaredOnly|BindingFlags.NonPublic|BindingFlags.Static);
(BindingFlags.Public|BindingFlags.Instance|BindingFlags.NonPublic|BindingFlags.Static);

Is there a BindingFlags enum I can use to expose those protected methods or do I have to do something a bit more complex?

Thanks

Michael

This signature left intentionally blank
GeneralRe: a reflection question... Pin
Nick Parker16-Aug-04 5:43
protectorNick Parker16-Aug-04 5:43 
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 

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.