c# - Can a out-of-process COM object find out which process has loaded it? -
i have out-of-process com server (localserver) serves several objects , don't know ahead of time process activate served classes. activation via idispatch interface late-bound.
when 1 of served classes constructed, able identify activating process somehow, perhaps name of executable can display in com localserver.
for .net developer com chicanery can bit dizzying, i'd appreciate if can suggest how might determine how (by whom) served classes being activated.
Comments
Post a Comment