The VGVirtualPathProvider type exposes the following members.

Constructors

  NameDescription
Public methodVGVirtualPathProvider
Initializes a new instance of the VGVirtualPathProvider class

Methods

  NameDescription
Public methodCombineVirtualPaths
Combines a base path with a relative path to return a complete path to a virtual resource.
(Inherited from VirtualPathProvider.)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDirectoryExists
Gets a value that indicates whether a directory exists in the virtual file system.
(Inherited from VirtualPathProvider.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFileExists (Overrides VirtualPathProvider..::..FileExists(String).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCacheDependency (Overrides VirtualPathProvider..::..GetCacheDependency(String, IEnumerable, DateTime).)
Public methodGetCacheKey
Returns a cache key to use for the specified virtual path.
(Inherited from VirtualPathProvider.)
Public methodGetDirectory
Gets a virtual directory from the virtual file system.
(Inherited from VirtualPathProvider.)
Public methodGetFile (Overrides VirtualPathProvider..::..GetFile(String).)
Public methodGetFileHash
Returns a hash of the specified virtual paths.
(Inherited from VirtualPathProvider.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitialize
Initializes the VirtualPathProvider instance.
(Inherited from VirtualPathProvider.)
Public methodInitializeLifetimeService
Gives the VirtualPathProvider object an infinite lifetime by preventing a lease from being created.
(Inherited from VirtualPathProvider.)
Protected methodMemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Protected propertyPrevious
Gets a reference to a previously registered VirtualPathProvider object in the compilation system.
(Inherited from VirtualPathProvider.)

See Also