JSScanner Constructors

Definition

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()

Initializes a new instance of the JSScanner class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 JSScanner();
public JSScanner ();
Public Sub New ()

See also

Applies to

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.

See also

Applies to