Results 1 to 2 of 2

Thread: private methods using .net reflection. why??

  1. #1

    Thread Starter
    Member
    Join Date
    May 2008
    Posts
    41

    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

  2. #2
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: private methods using .net reflection. why??

    Show Appreciation. Rate Posts.

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
  •  



Click Here to Expand Forum to Full Width