| 1234567891011121314151617 |
- //
- // System.Web.Hosting.ApplicationHost.cs
- //
- // Author:
- // Bob Smith <[email protected]>
- //
- // (C) Bob Smith
- //
- using System;
- namespace System.Web.Hosting
- {
- public sealed class ApplicationHost
- public static object CreateApplicationHost(Type hostType, string virtualDir, string physicalDir);
- }
- }
|