Introducing CallerID Part 3
Posted by: IKVM.NET Weblog,
on 02 Jun 2008 |
View original | Bookmarked: 0 time(s)
This is the last part of a three part backward running series on the design, implementation and performance
results of the CallerID feature.
How To Pass Information From Caller To Callee
The obvious solution is to use a method parameter, but in this case there is a slight
complication: We can't necessarily trust the caller to provide truthful information.
The first scheme I came up with was something like this:
classCallSiteExample {
private staticCallerID...