Performance hit for using 'Me.'

  • Thread starter Thread starter TheNortonZ
  • Start date Start date
T

TheNortonZ

This is probably a stupid question, but from within a class, is there any
type of performance hit for useing 'Me' in front of every function call and
property name?

Thanks.

STom
 
I believe that is irrelevant to the size of the object code/final product.
Stay tuned if someone has something else to say on the issue.
 
We had a discussion about this a few days ago (week) and it was pretty clear
that it does not. When it compiles down into the IL code you won't see the
diffference.

Chris
 
No, it doesn't make any difference.

This is probably a stupid question, but from within a class, is there any
type of performance hit for useing 'Me' in front of every function call and
property name?

Thanks.

STom
 
TheNortonZ said:
This is probably a stupid question, but from within a class, is there any
type of performance hit for useing 'Me' in front of every function call
and property name?

No.

You can check that using "ILDASM.EXE".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top