| 
            
              EmbeddedResourcePathProviderGetFile Method
             | 
          
        
        
            Gets a virtual file from the virtual file system.
            
        
        Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.258-beta
Syntaxpublic override VirtualFile GetFile(
	string virtualPath
)
Public Overrides Function GetFile ( 
	virtualPath As String
) As VirtualFile
public:
virtual VirtualFile^ GetFile(
	String^ virtualPath
) override
abstract GetFile : 
        virtualPath : string -> VirtualFile 
override GetFile : 
        virtualPath : string -> VirtualFile function GetFile(virtualPath);
 View SourceParameters
- virtualPath  String
 - The path to the virtual file.
 
Return Value
VirtualFileA descendent of the 
VirtualFile class that represents a file in the virtual file system.
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | 
            Thrown if virtualPath is .
             | 
| ArgumentOutOfRangeException | 
            Thrown if virtualPath is Empty.
             | 
See Also