|
-
Nov 28th, 2009, 01:14 AM
#1
Thread Starter
Member
private methods using .net reflection. why??
Hi
I used reflection many times before on public methods but never realized that private methods can be invoked too. See the link : http://www.codingday.com/reflection-...ivate-members/
I am still thinking why is that allowed in the first place?
Isn't that going to break the rule of "private" being "private"?
puzzled
AJ
-
Nov 28th, 2009, 02:07 PM
#2
Re: private methods using .net reflection. why??
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|