HtmlWebCreateInstance Method (String, Type) | 
 
            Creates an instance of the given type from the specified Internet resource.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic Object CreateInstance(
	string url,
	Type type
)
Public Function CreateInstance ( 
	url As String,
	type As Type
) As Object
Parameters
- url
 - Type: SystemString
The requested URL, such as "http://Myserver/Mypath/Myfile.asp". - type
 - Type: SystemType
The requested type. 
Return Value
Type: 
ObjectAn newly created instance.
See Also