Provides the core implementation for the System.Web.Hosting.VirtualFile and System.Web.Hosting.VirtualDirectory objects. An abstract class, it cannot be instantiated.
See Also: VirtualFileBase Members
The System.Web.Hosting.VirtualFileBase abstract class provides the common methods and properties shared between the System.Web.Hosting.VirtualFile and System.Web.Hosting.VirtualDirectory objects. Implementations of these classes provide the ASP.NET runtime with access to files and paths used for compilation. For more information on using virtual files and paths, see the System.Web.Hosting.VirtualPathProvider class.