This member supports the Genome infrastructure and is not intended to be used directly from your code.
Instructs the implementor to retrieve a proxy to the persistent object referred by this IObjectReference.This member supports the Genome infrastructure and is not intended to be used directly from your code. Instructs the implementor to retrieve a proxy to the persistent object referred by this IObjectReference without providing any assumption about the referred object.
object GetRealObject();
This member supports the Genome infrastructure and is not intended to be used directly from your code. Instructs the implementor to retrieve a proxy to the persistent object referred by this IObjectReference assuming the static type specified by staticType.
object GetRealObject(PersistentType);
object GetRealObject(PersistentType,IContextProvider);