C# Class Microsoft.JScript.PackageScope

Inheritance: Microsoft.JScript.ActivationObject
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
PackageScope ( ScriptObject parent ) : System

Méthodes protégées

Méthode Description
CreateField ( String name, FieldAttributes attributeFlags, Object value ) : JSVariableField

Private Methods

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

Method Details

CreateField() protected méthode

protected CreateField ( String name, FieldAttributes attributeFlags, Object value ) : JSVariableField
name String
attributeFlags FieldAttributes
value Object
Résultat JSVariableField

PackageScope() public méthode

public PackageScope ( ScriptObject parent ) : System
parent ScriptObject
Résultat System