Exemplo n.º 1
0
 /// <summary>
 /// Returns the parent of obj.
 ///
 /// @param obj The JavaScript object whose parent is to be gotten.
 /// @return the parent.
 /// </summary>
 public Gecko.JsVal GetParent(Gecko.JsVal obj, System.IntPtr jsContext)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Returns the real classname (possibly of the mostly-transparent security
 /// wrapper) of aObj.
 /// </summary>
 public string GetClassName(Gecko.JsVal aObject, System.IntPtr jsContext)
 {
     throw new NotImplementedException();
 }