Click or drag to resize

VGVirtualPathProvider Class

Inheritance Hierarchy

Namespace:  (Default Namespace)
Assembly:  Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public class VGVirtualPathProvider : VirtualPathProvider

The VGVirtualPathProvider type exposes the following members.

Constructors
  NameDescription
Public methodVGVirtualPathProvider
Initializes a new instance of the VGVirtualPathProvider class
Top
Properties
  NameDescription
Protected propertyPrevious
Gets a reference to a previously registered VirtualPathProvider object in the compilation system.
(Inherited from VirtualPathProvider.)
Top
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 VirtualPathProviderFileExists(String).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCacheDependency (Overrides VirtualPathProviderGetCacheDependency(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 VirtualPathProviderGetFile(String).)
Public methodGetFileHash
Returns a hash of the specified virtual paths.
(Inherited from VirtualPathProvider.)
Public methodGetHashCode
Serves as the default hash function.
(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.)
Top
See Also