Data type ProxyLoaderInfo
access this type via: pal.Assembly (uses)
This data type describes a proxy loader instance which is used to load proxies when the given tag is found in a composition string.
Fields
char tag[] The tag within a composition string which will cause this proxy loader to be invoked.
ProxyLoader loader The proxy loader instance to invoke.