TechTalk Genome v4.2

IObjectReference.GetRealObject Method

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.

Overload List

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);

See Also

IObjectReference Interface | TechTalk.Genome Namespace