The VirtualPathNonUnifiedProvider type exposes the following members.

Constructors

  NameDescription
VirtualPathNonUnifiedProvider
Creates an instance of a VirtualPathNonUnifiedProvider.

Methods

  NameDescription
CombineVirtualPaths
Combines a base path with a relative path to return a complete path to a virtual resource.
(Inherited from VirtualPathProvider.)
CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
DirectoryExists
Gets a value that indicates whether a directory exists in the virtual file system.
(Overrides VirtualPathProvider..::.DirectoryExists(String).)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FileExists
Gets a value that indicates whether a file exists in the virtual file system.
(Overrides VirtualPathProvider..::.FileExists(String).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetCacheDependency
Creates a cache dependency based on the specified virtual paths.
(Overrides VirtualPathProvider..::.GetCacheDependency(String, IEnumerable, DateTime).)
GetCacheKey
Returns a cache key to use for the specified virtual path.
(Inherited from VirtualPathProvider.)
GetDirectory
Gets a directory from the virtual filesystem.
(Overrides VirtualPathProvider..::.GetDirectory(String).)
GetFile
Gets a file from the virtual filesystem.
(Overrides VirtualPathProvider..::.GetFile(String).)
GetFileHash
Returns a hash of the specified virtual paths.
(Inherited from VirtualPathProvider.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Initialize
Initializes the VirtualPathProvider instance.
(Inherited from VirtualPathProvider.)
InitializeLifetimeService
Gives the VirtualPathProvider object an infinite lifetime by preventing a lease from being created.
(Inherited from VirtualPathProvider.)
MapPathInternal
Maps a virtual path to it's corresponding physical path, given a physical path base.
MapVirtualPathToLocalPath
Maps a virtual (relative) path to an local absolute path
MemberwiseCloneOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TryGetHandledAbsolutePath
Tries to get the absolute path.

Properties

  NameDescription
ConfigurationParameters
Gets the collection of configuration parameters for the virtual path provider.
LocalPath
Gets the physical path mapping to the virtual path root.
Previous
Gets a reference to a previously registered VirtualPathProvider object in the compilation system.
(Inherited from VirtualPathProvider.)
ProviderName
Gets the name of the virtual path provider.
VirtualPathRoot
Gets the virtual path root. Only paths starting with this are handled by this provider.

See Also