Share via


VirtualPathFactoryManager Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  System.Web.WebPages.VirtualPathFactoryManager

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Class VirtualPathFactoryManager _
    Implements IVirtualPathFactory
'Usage
Dim instance As VirtualPathFactoryManager
public class VirtualPathFactoryManager : IVirtualPathFactory
public ref class VirtualPathFactoryManager : IVirtualPathFactory
type VirtualPathFactoryManager =  
    class 
        interface IVirtualPathFactory 
    end
public class VirtualPathFactoryManager implements IVirtualPathFactory

The VirtualPathFactoryManager type exposes the following members.

Methods

  Name Description
Public method CreateInstance This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method Equals (Inherited from Object.)
Public method Exists This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member RegisterVirtualPathFactory This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.WebPages Namespace