IVirtualPathFactory.CreateInstance(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a handler factory for the specified virtual path.
public object CreateInstance (string virtualPath);
abstract member CreateInstance : string -> obj
Public Function CreateInstance (virtualPath As String) As Object
Parameters
- virtualPath
- String
The virtual path.
Returns
A handler factory for the specified virtual path.