1 implementation of IObjectHandle
mscorlib (1)
system\runtime\remoting\objecthandle.cs (1)
36IObjectHandle
4 references to IObjectHandle
System.Web (3)
Hosting\ICustomLoader.cs (1)
38IObjectHandle LoadApplication(
Hosting\ProcessHost.cs (2)
48IObjectHandle GetCustomLoader( 1190IObjectHandle IProcessHostLite.GetCustomLoader(string appId, string appConfigPath, out IProcessHostSupportFunctions supportFunctions, out AppDomain newlyCreatedAppDomain) {
System.Web.ApplicationServices (1)
Hosting\CustomLoaderHelper.cs (1)
30internal static IObjectHandle GetCustomLoader(ICustomLoaderHelperFunctions helperFunctions, string appConfigMetabasePath, string configFilePath, string customLoaderPhysicalPath, out AppDomain newlyCreatedAppDomain) {