System.Web.Hosting.VirtualFileBase Members

The members of System.Web.Hosting.VirtualFileBase are listed below.

See Also: Inherited members from System.MarshalByRefObject

Protected Constructors

Initializes the class for use by an inherited class instance. This constructor can be called only by an inherited class.

Public Properties

[read-only]
abstract
IsDirectorybool.

When overridden in a derived class, gets a value indicating whether the System.Web.Hosting.VirtualFileBase instance represents a virtual file or a virtual directory.

[read-only]
Namestring.

Gets the display name of the virtual resource.

[read-only]
VirtualPathstring.

Gets the virtual file path.

Public Methods

override
InitializeLifetimeService() : object

Gives a System.Web.Hosting.VirtualFileBase instance an infinite lifetime by preventing a lease from being created.