예제 #1
0
 public static extern void JSObjectSetProperty(IntPtr ctx, IntPtr obj, IntPtr propertyName, IntPtr value, JSPropertyAttributes attributes, ref IntPtr exception);
예제 #2
0
 public static extern void JSObjectSetProperty(JSContextRef ctx, JSObjectRef @object, JSStringRef propertyName, JSValueRef value, JSPropertyAttributes attributes, /* (JSValueRef *) */ IntPtr exception);
예제 #3
0
 public static extern void JSObjectSetProperty(INTPTR ctx, INTPTR obj, INTPTR propertyName, INTPTR value, JSPropertyAttributes attributes, INTPTR exception);