R – Export a Unity container information to xml configuration

.netdependency-injectioninversion-of-controlunity-container

In Microsoft Unity you can configure a container from an existing XML configuration but is there a way to do the opposite? From an initialized container export the corresponding XML configuration?

Best Solution

After "diving" the Unity source code my conclusion is it ain't possible for now.