Microsoft.JScript.JSGlobalField.JSGlobalField C# (CSharp) Method

JSGlobalField() private method

private JSGlobalField ( ScriptObject obj, String name, Object value, FieldAttributes attributeFlags ) : System
obj ScriptObject
name String
value Object
attributeFlags FieldAttributes
return System
      internal JSGlobalField(ScriptObject obj, String name, Object value, FieldAttributes attributeFlags)
        : base(name, obj, attributeFlags) {
        this.value = value;
        this.ILField = null;
      }