Package Class

Definition

Creates packages of JScript code for use by other code. This class belongs to the abstract syntax tree category.

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

public ref class Package sealed : Microsoft::JScript::AST
public sealed class Package : Microsoft.JScript.AST
type Package = class
    inherit AST
Public NotInheritable Class Package
Inherits AST
Inheritance
Package

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
JScriptPackage(String, VsaEngine)

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

Creates the specified package by using the specified scripting engine.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to