Sets the thread context class loader inside the JVM to fit
the context class loader of the given proxy.

C# | Visual Basic | Visual C++ | J# |
[ObsoleteAttribute("This operation is no longer required")] public void SetThreadContext( ISpaceProxy proxy )
<ObsoleteAttribute("This operation is no longer required")> _ Public Sub SetThreadContext ( _ proxy As ISpaceProxy _ )
[ObsoleteAttribute(L"This operation is no longer required")] public: void SetThreadContext( ISpaceProxy^ proxy )
/** @attribute ObsoleteAttribute("This operation is no longer required") */ public void SetThreadContext( ISpaceProxy proxy )

- proxy (ISpaceProxy)
- The proxy from which the class loader will be taken.