Table of Contents

Proxy<T>.Load Method

Forces an immediate load of the proxied object if it has not been loaded yet.

Remarks

Calling Load is rarely necessary in application code because reading Value already triggers a load automatically. For list proxies, the old list instance is freed before the new one returned by the controller replaces it.

Syntax

Unit: Aurelius.Types.Proxy

procedure Proxy<T>.Load;

See also