C# Class Microsoft.JScript.BlockScope

Inheritance: Microsoft.JScript.ActivationObject
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
BlockScope ( ScriptObject parent, String name, int scopeId ) : System

Protected Methods

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

Private Methods

Method Description
AddFieldForLocalScopeDebugInfo ( JSLocalField field ) : void
BlockScope ( ScriptObject parent ) : System
EmitLocalInfoForFields ( ILGenerator il ) : void

Method Details

BlockScope() public method

public BlockScope ( ScriptObject parent, String name, int scopeId ) : System
parent ScriptObject
name String
scopeId int
return System

CreateField() protected method

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