DevForce Help Reference
GetFile(String) Method


The path to the virtual file.
Gets a virtual file from the virtual file system.
Syntax
'Declaration
 
Public Overrides Function GetFile( _
   ByVal virtualPath As String _
) As VirtualFile
'Usage
 
Dim instance As ServiceVirtualPathProvider
Dim virtualPath As String
Dim value As VirtualFile
 
value = instance.GetFile(virtualPath)
public override VirtualFile GetFile( 
   string virtualPath
)

Parameters

virtualPath
The path to the virtual file.

Return Value

A descendent of the System.Web.Hosting.VirtualFile class that represents a file in the virtual file system.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServiceVirtualPathProvider Class
ServiceVirtualPathProvider Members

Send Feedback