G
George CK
Hello,
Are there any ways to determine if the instance of
MyClass class [this] is a transparent proxy or not?
The object might be instantiated with New in the same
AppDomain or as a Service object in another AppDomain. I
want to know in which of the above cases myself is inside
MyClass.
Thanks!
Are there any ways to determine if the instance of
MyClass class [this] is a transparent proxy or not?
The object might be instantiated with New in the same
AppDomain or as a Service object in another AppDomain. I
want to know in which of the above cases myself is inside
MyClass.
Thanks!