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

.NET (Core and Framework)

 
GeneralRe: Nested namespaces and CodeDom Pin
leppie5-Jan-03 6:45
leppie5-Jan-03 6:45 
GeneralRe: Nested namespaces and CodeDom Pin
John Burton8-Jan-03 4:20
John Burton8-Jan-03 4:20 
GeneralEvent Problem Pin
Maynero2-Jan-03 9:08
Maynero2-Jan-03 9:08 
GeneralInterproccess Comms Pin
CSharpDavid1-Jan-03 12:44
CSharpDavid1-Jan-03 12:44 
GeneralRunning a program as a specified user Pin
fesenjoon31-Dec-02 5:30
fesenjoon31-Dec-02 5:30 
GeneralCodeDom Pin
msethi30-Dec-02 3:15
msethi30-Dec-02 3:15 
GeneralRe: CodeDom Pin
leppie30-Dec-02 7:22
leppie30-Dec-02 7:22 
GeneralAccess Attributes Effective Mask Pin
leppie29-Dec-02 5:54
leppie29-Dec-02 5:54 
Hi
I was wonder how these "access" Attributes (from Method/FieldInfo/etc) work.

If the class is marked Private and Family and Public, etc the result is Private as it seems that "overrides" all other access. What are the order that they get applied in and which access methods have "precedence" over the others.

EG: (type string)

Family FamORAssem Public MemberAccessMask Virtual HideBySig for Finalize()
Private Assembly FamORAssem MemberAccessMask HideBySig for InternalGetType()
FamANDAssem Assembly Family FamORAssem Public MemberAccessMask HideBySig for GetType()

See my confusion? Smile | :)

Also, calling this gives me several duplicate methods:

myobject.GetType().GetMethods(
  BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.Static);

I have tried passing BindingFlags.DeclaredOnly as well with the same effect. Any ideas?
[edit] my bad, was calling it a few times "unknowningly" Blush | :O [edit]
WebBoxes - Yet another collapsable control, but it relies on a "graphics server" for dynamic pretty rounded corners, cool arrows and unlimited font support.

GeneralAbout "JIT"... Pin
Nitron28-Dec-02 13:15
Nitron28-Dec-02 13:15 
GeneralRe: About "JIT"... Pin
Rob Graham28-Dec-02 14:39
Rob Graham28-Dec-02 14:39 
GeneralRe: About "JIT"... Pin
James T. Johnson28-Dec-02 17:17
James T. Johnson28-Dec-02 17:17 
GeneralRe: About "JIT"... Pin
Nitron29-Dec-02 15:05
Nitron29-Dec-02 15:05 
GeneralRe: About "JIT"... Pin
James T. Johnson30-Dec-02 10:10
James T. Johnson30-Dec-02 10:10 
GeneralProgramatically displaying dropdown menus from toolbars Pin
Arun Bhalla26-Dec-02 16:08
Arun Bhalla26-Dec-02 16:08 
Questionwhat is needed Pin
karanba26-Dec-02 2:03
karanba26-Dec-02 2:03 
AnswerRe: what is needed Pin
Stephane Rodriguez.26-Dec-02 5:13
Stephane Rodriguez.26-Dec-02 5:13 
GeneralRe: what is needed Pin
karanba27-Dec-02 0:28
karanba27-Dec-02 0:28 
GeneralRe: what is needed Pin
Stephane Rodriguez.27-Dec-02 1:23
Stephane Rodriguez.27-Dec-02 1:23 
GeneralRe: what is needed Pin
James T. Johnson28-Dec-02 17:42
James T. Johnson28-Dec-02 17:42 
GeneralRe: what is needed Pin
karanba5-Jan-03 6:30
karanba5-Jan-03 6:30 
AnswerRe: what is needed Pin
fesenjoon31-Dec-02 5:36
fesenjoon31-Dec-02 5:36 
GeneralRemoting issue Pin
Ludwig Stuyck25-Dec-02 8:13
Ludwig Stuyck25-Dec-02 8:13 
GeneralRe: Remoting issue Pin
SHaroz27-Dec-02 8:23
SHaroz27-Dec-02 8:23 
GeneralRe: Remoting issue Pin
Ludwig Stuyck27-Dec-02 8:42
Ludwig Stuyck27-Dec-02 8:42 
GeneralRe: Remoting issue Pin
lustuyck30-Dec-02 2:23
lustuyck30-Dec-02 2:23 

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.