Example #1
0
 internal void WriteScopeReport(global::Microsoft.Ajax.Utilities.FunctionObject funcObj, global::Microsoft.Ajax.Utilities.ActivationObject scope)
 {
     object[] args = new object[] {
         funcObj,
         scope
     };
     m_privateObject.Invoke("WriteScopeReport", new System.Type[] {
         typeof(global::Microsoft.Ajax.Utilities.FunctionObject),
         typeof(global::Microsoft.Ajax.Utilities.ActivationObject)
     }, args);
 }
Example #2
0
 internal void AddScopes(System.Collections.Generic.List <Microsoft.Ajax.Utilities.ActivationObject> list, global::Microsoft.Ajax.Utilities.ActivationObject parentScope)
 {
     object[] args = new object[] {
         list,
         parentScope
     };
     m_privateObject.Invoke("AddScopes", new System.Type[] {
         typeof(System.Collections.Generic.List <Microsoft.Ajax.Utilities.ActivationObject>),
         typeof(global::Microsoft.Ajax.Utilities.ActivationObject)
     }, args);
 }