JSScanner Constructors
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.
Initializes a new instance of the JSScanner class.
Overloads
JSScanner() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the JSScanner class. |
JSScanner(Context) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the JSScanner class, specifying the source code to scan. |
JSScanner()
JSScanner(Context)
Initializes a new instance of the JSScanner class, specifying the source code to scan.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
JSScanner(Microsoft::JScript::Context ^ sourceContext);
public JSScanner (Microsoft.JScript.Context sourceContext);
new Microsoft.JScript.JSScanner : Microsoft.JScript.Context -> Microsoft.JScript.JSScanner
Public Sub New (sourceContext As Context)
Parameters
- sourceContext
- Context
The source code to scan.