IAppDomainFactory.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <Type Name="IAppDomainFactory" FullName="System.Web.Hosting.IAppDomainFactory">
  2. <TypeSignature Language="C#" Maintainer="auto" Value="public interface IAppDomainFactory" />
  3. <AssemblyInfo>
  4. <AssemblyName>System.Web</AssemblyName>
  5. <AssemblyPublicKey>
  6. </AssemblyPublicKey>
  7. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  8. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  9. </AssemblyInfo>
  10. <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
  11. <Interfaces />
  12. <Attributes>
  13. <Attribute>
  14. <AttributeName>System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)</AttributeName>
  15. </Attribute>
  16. <Attribute>
  17. <AttributeName>System.Runtime.InteropServices.Guid("e6e21054-a7dc-4378-877d-b7f4a2d7e8ba")</AttributeName>
  18. </Attribute>
  19. </Attributes>
  20. <Docs>
  21. <summary>To be added</summary>
  22. <remarks>To be added</remarks>
  23. </Docs>
  24. <Members>
  25. <Member MemberName="Create">
  26. <MemberSignature Language="C#" Value="public object Create (string module, string typeName, string appId, string appPath, string strUrlOfAppOrigin, int iZone);" />
  27. <MemberType>Method</MemberType>
  28. <ReturnValue>
  29. <ReturnType>System.Object</ReturnType>
  30. </ReturnValue>
  31. <Parameters>
  32. <Parameter Name="module" Type="System.String" />
  33. <Parameter Name="typeName" Type="System.String" />
  34. <Parameter Name="appId" Type="System.String" />
  35. <Parameter Name="appPath" Type="System.String" />
  36. <Parameter Name="strUrlOfAppOrigin" Type="System.String" />
  37. <Parameter Name="iZone" Type="System.Int32" />
  38. </Parameters>
  39. <Docs>
  40. <param name="module">To be added: an object of type 'string'</param>
  41. <param name="typeName">To be added: an object of type 'string'</param>
  42. <param name="appId">To be added: an object of type 'string'</param>
  43. <param name="appPath">To be added: an object of type 'string'</param>
  44. <param name="strUrlOfAppOrigin">To be added: an object of type 'string'</param>
  45. <param name="iZone">To be added: an object of type 'int'</param>
  46. <summary>To be added</summary>
  47. <returns>To be added: an object of type 'object'</returns>
  48. <remarks>To be added</remarks>
  49. </Docs>
  50. <AssemblyInfo>
  51. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  52. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  53. </AssemblyInfo>
  54. </Member>
  55. </Members>
  56. </Type>