C# Class Microsoft.JScript.BlockScope

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

Méthodes publiques

Méthode Description
BlockScope ( ScriptObject parent, String name, int scopeId ) : System

Méthodes protégées

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

Private Methods

Méthode Description
AddFieldForLocalScopeDebugInfo ( JSLocalField field ) : void
BlockScope ( ScriptObject parent ) : System
EmitLocalInfoForFields ( ILGenerator il ) : void

Method Details

BlockScope() public méthode

public BlockScope ( ScriptObject parent, String name, int scopeId ) : System
parent ScriptObject
name String
scopeId int
Résultat System

CreateField() protected méthode

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