From: "Jonathan Ross" <[EMAIL PROTECTED]>
Or, this being JIT and all, maybe method A was never compiled until I called method B, but I have no idea how any direct calls could be made if you had to check all the .net code to see if it was compiled yet before calling it.
Yes. Any function reference in MSIL isn't fully resolved until the function itself is JITted. -- Curt Hagenlocher [EMAIL PROTECTED] =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
