System.Web.Hosting.VirtualFileBase Class

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

Syntax

public abstract class VirtualFileBase : MarshalByRefObject

Remarks

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.

Requirements

Namespace: System.Web.Hosting
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0