Constructor
Namespace:
CSPhantomJS
Assembly:
CSPhantomJS (in CSPhantomJS.dll) Version: 1.0.0
Syntax public CSPhantomJS(
string LibsPath = "",
string UserName = "",
string UserKey = ""
)
Public Sub New (
Optional LibsPath As String = "",
Optional UserName As String = "",
Optional UserKey As String = ""
)
Dim LibsPath As String
Dim UserName As String
Dim UserKey As String
Dim instance As New CSPhantomJS(LibsPath,
UserName, UserKey)
new :
?LibsPath : string *
?UserName : string *
?UserKey : string
(* Defaults:
let _LibsPath = defaultArg LibsPath ""
let _UserName = defaultArg UserName ""
let _UserKey = defaultArg UserKey ""
*)
-> CSPhantomJS
public CSPhantomJS(
String LibsPath = "",
String UserName = "",
String UserKey = ""
)
public function CSPhantomJS(
LibsPath : String,
UserName : String,
UserKey : String
)
CSPhantomJS.CSPhantomJS = function(LibsPath, UserName, UserKey);
Parameters
- LibsPath (Optional)
- Type: SystemString
- UserName (Optional)
- Type: SystemString
- UserKey (Optional)
- Type: SystemString
See Also