The PhantomJS type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Abort |
Abort PhantomJS process (if started)
|
![]() | CopyToStdIn | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Run(String,String[]) |
Execute javascript code from specified file.
|
![]() | Run(String,String[], Stream, Stream) |
Execute javascript code from specified file with input/output interaction
|
![]() | RunAsync |
Asynchronously execute javascript code from specified file with input/output interaction
|
![]() | RunScript(String,String[]) |
Execute javascript code block
|
![]() | RunScript(String,String[], Stream, Stream) |
Execute javascript code block
|
![]() | RunScriptAsync |
Asynchronously execute javascript code block.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteEnd |
Closes phantomJS process standard input stream.
|
![]() | WriteLine |
Writes a string followed by a line terminator to the PhantomJS standard input (stdin).
|
See Also