Accessing Private Methods
843829Jan 28 2006 — edited Jan 28 2006Is it possible to access a private method of a class from native code? If it is possible , how can we achieve that. Well it violates OO but just wanted know if it is possible or not. Also, I find the GetMethodID returning zero when I try to get the ID of a private method.