Example #1
0
 return(LoadFromPath(libraryPath, throwOnError: true));
Example #2
0
 [DllImport(libraryPath, EntryPoint = "JSEvaluateScript", CallingConvention = CallingConvention.Cdecl)]
Example #3
0
 [DllImport(libraryPath, EntryPoint = "JSStringCreateWithCharacters", CallingConvention = CallingConvention.Cdecl)]
 .Apply((libraryPath, localLibrary) => new Parameters(libraryPath, localLibrary));
Example #5
0
 [DllImport(libraryPath, EntryPoint = "ulCreateConfig", CallingConvention = CallingConvention.Cdecl)]
Example #6
0
 [DllImport(libraryPath, EntryPoint = "JSValueGetType", CallingConvention = CallingConvention.Cdecl)]
Example #7
0
 [DllImport(libraryPath, EntryPoint = "JSObjectMakeTypedArray", CallingConvention = CallingConvention.Cdecl)]
Example #8
0
 [DllImport(libraryPath, EntryPoint = "JSContextGroupCreate", CallingConvention = CallingConvention.Cdecl)]
Example #9
0
        // [NativeTypeName("const JSClassDefinition")]
        // public static extern JSClassDefinition kJSClassDefinitionEmpty;

        [DllImport(libraryPath, EntryPoint = "JSClassCreate", CallingConvention = CallingConvention.Cdecl)]
Example #10
0
 [DllImport(libraryPath, EntryPoint = "JSObjectSetPrivateProperty", CallingConvention = CallingConvention.Cdecl)]