C# Class Microsoft.JScript.PackageScope

Inheritance: Microsoft.JScript.ActivationObject
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
PackageScope ( ScriptObject parent ) : System

Protected Methods

Method Description
CreateField ( String name, FieldAttributes attributeFlags, Object value ) : JSVariableField

Private Methods

Method Description
AddNewField ( String name, Object value, FieldAttributes attributeFlags ) : JSVariableField
AddOwnName ( ) : void
GetName ( ) : String
MergeWith ( PackageScope p ) : void

Method Details

CreateField() protected method

protected CreateField ( String name, FieldAttributes attributeFlags, Object value ) : JSVariableField
name String
attributeFlags FieldAttributes
value Object
return JSVariableField

PackageScope() public method

public PackageScope ( ScriptObject parent ) : System
parent ScriptObject
return System