You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Samuel Crow edited this page Jan 11, 2017
·
1 revision
Shared Library Implementation Details
Interfaces require a patch method that will copy all of the relevant VTable entries to their own VTable and it must be called after a patch is applied to the implementing class as well.
Classes must maintain a list of implemented interfaces.