Home
last modified time | relevance | path

Searched refs:InvokeMethod (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Windows.Forms.Design/
H A DNative.cs55 private static object InvokeMethod (string methodName, object[] args) in InvokeMethod() method in System.Windows.Forms.Design.Native
57 return InvokeMethod (methodName, args, null); in InvokeMethod()
61 private static object InvokeMethod (string methodName, object[] args, Type[] types) in InvokeMethod() method in System.Windows.Forms.Design.Native
67 BindingFlags.InvokeMethod, null, types, null); in InvokeMethod()
70 BindingFlags.InvokeMethod); in InvokeMethod()
82 m.Result = (IntPtr) InvokeMethod ("DefWndProc", args); in DefWndProc()
92 InvokeMethod ("SendMessage", args, new Type[] { refType }); in SendMessage()
102 InvokeMethod ("ScreenToClient", args); in PointToClient()
108 return (IntPtr) InvokeMethod ("SetParent", new object[] { childHandle, parentHandle }); in SetParent()
/dports/net/p5-SOAP-Lite/SOAP-Lite-1.27/examples/COM/
H A Dremote.cs14 object soaplite = typ.InvokeMember("new",BindingFlags.InvokeMethod,null,obj,null); in Main()
19 typ.InvokeMember("uri",BindingFlags.InvokeMethod,null,soaplite,uri); in Main()
20 typ.InvokeMember("proxy",BindingFlags.InvokeMethod,null,soaplite,proxy); in Main()
24 …object resultObject = typ.InvokeMember("echoString",BindingFlags.InvokeMethod,null,soaplite,input); in Main()
25 Console.WriteLine(typ.InvokeMember("result",BindingFlags.InvokeMethod,null,resultObject,null)); in Main()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DValidatorCompatibilityHelper.cs21 … BindingFlags.Public | BindingFlags.Static | BindingFlags.InvokeMethod, in RegisterArrayDeclaration()
33 … BindingFlags.Public | BindingFlags.Static | BindingFlags.InvokeMethod, in RegisterClientScriptResource()
45 … BindingFlags.Public | BindingFlags.Static | BindingFlags.InvokeMethod, in RegisterClientScriptResource()
56 … BindingFlags.Public | BindingFlags.Static | BindingFlags.InvokeMethod, in RegisterExpandoAttribute()
67 … BindingFlags.Public | BindingFlags.Static | BindingFlags.InvokeMethod, in RegisterOnSubmitStatement()
78 … BindingFlags.Public | BindingFlags.Static | BindingFlags.InvokeMethod, in RegisterStartupScript()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.Core.Presentation/System/Activities/Core/Presentation/
H A DInvokeMethodDesigner.xaml.cs29 Type type = typeof(InvokeMethod); in RegisterMetadata()
51 Getter = (ownerActivity) => ((InvokeMethod)ownerActivity).TargetObject, in RegisterMetadata()
54 ((InvokeMethod)ownerActivity).TargetObject = arg as InArgument; in RegisterMetadata()
59 Getter = (ownerActivity) => ((InvokeMethod)ownerActivity).Result, in RegisterMetadata()
62 ((InvokeMethod)ownerActivity).Result = arg as OutArgument; in RegisterMetadata()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/activeqt/testcon/
H A Dinvokemethod.cpp49 InvokeMethod::InvokeMethod(QWidget *parent) in InvokeMethod() function in InvokeMethod
60 void InvokeMethod::setControl(QAxBase *ax) in setControl()
90 void InvokeMethod::on_buttonInvoke_clicked() in on_buttonInvoke_clicked()
117 void InvokeMethod::on_comboMethods_activated(const QString &method) in on_comboMethods_activated()
149 void InvokeMethod::on_listParameters_currentItemChanged(QTreeWidgetItem *item) in on_listParameters_currentItemChanged()
160 void InvokeMethod::on_buttonSet_clicked() in on_buttonSet_clicked()
H A Dinvokemethod.h52 class InvokeMethod : public QDialog, Ui::InvokeMethod
56 InvokeMethod(QWidget *parent);
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/Commands/
H A DTestMethodCommand.cs98 … object result = Reflect.InvokeMethod(testMethod.Method, context.TestObject, arguments); in RunAsyncTestMethod()
114 return Reflect.InvokeMethod(testMethod.Method, context.TestObject, arguments); in RunNonAsyncTestMethod()
126 … object result = Reflect.InvokeMethod(testMethod.Method, context.TestObject, arguments); in RunAsyncVoidTestMethod()
145 … object task = Reflect.InvokeMethod(testMethod.Method, context.TestObject, arguments); in RunAsyncTaskTestMethod()
147 … Reflect.InvokeMethod(testMethod.Method.ReturnType.GetMethod(TaskWaitMethod, new Type[0]), task); in RunAsyncTaskTestMethod()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/
H A DPrimitiveValue.cs43 public Value InvokeMethod (ThreadMirror thread, MethodMirror method, IList<Value> arguments) { in InvokeMethod() method in Mono.Debugger.Soft.PrimitiveValue
44 return ObjectMirror.InvokeMethod (vm, thread, method, this, arguments, InvokeOptions.None); in InvokeMethod()
47 …public Value InvokeMethod (ThreadMirror thread, MethodMirror method, IList<Value> arguments, Invok… in InvokeMethod() method in Mono.Debugger.Soft.PrimitiveValue
48 return ObjectMirror.InvokeMethod (vm, thread, method, this, arguments, options); in InvokeMethod()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil/
H A DEventDefinition.cs51 public MethodDefinition InvokeMethod { property in Mono.Cecil.EventDefinition
134 evt.InvokeMethod = raise; in CreateInvokeMethod()
154 if (evt.InvokeMethod != null) in Clone()
155 ne.InvokeMethod = type.Methods.GetMethod (evt.InvokeMethod.Name) [0]; in Clone()
/dports/astro/phd2/phd2-2.6.10/
H A Dcomdispatch.h92 bool InvokeMethod(Variant *res, OLECHAR *name);
93 bool InvokeMethod(Variant *res, OLECHAR *name, OLECHAR *arg);
94 bool InvokeMethod(Variant *res, OLECHAR *name, double arg1, double arg2);
95 bool InvokeMethod(Variant *res, DISPID dispid, double arg1, double arg2);
96 bool InvokeMethod(Variant *res, DISPID dispid);
/dports/devel/p5-Inline-Java/Inline-Java-0.540/Java/sources/org/perl/inline/java/
H A DInlineJavaPerlObject.java43 …public Object InvokeMethod(String name, Object args[]) throws InlineJavaPerlException, InlineJavaE… in InvokeMethod() method in InlineJavaPerlObject
44 return InvokeMethod(name, args, null) ; in InvokeMethod()
48 …public Object InvokeMethod(String name, Object args[], Class cast) throws InlineJavaPerlException,… in InvokeMethod() method in InlineJavaPerlObject
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/jdi/
H A DInterfaceTypeImpl.java40 final private JDWP.InterfaceType.InvokeMethod rslt;
42 public IResult(JDWP.InterfaceType.InvokeMethod rslt) { in IResult()
111 return new IResult(JDWP.InterfaceType.InvokeMethod.waitForReply(vm, stream)); in waitForReply()
120 JDWP.InterfaceType.InvokeMethod.enqueueCommand(vm, in getInvokeMethodSender()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/jdi/
H A DInterfaceTypeImpl.java40 final private JDWP.InterfaceType.InvokeMethod rslt;
42 public IResult(JDWP.InterfaceType.InvokeMethod rslt) { in IResult()
111 return new IResult(JDWP.InterfaceType.InvokeMethod.waitForReply(vm, stream)); in waitForReply()
120 JDWP.InterfaceType.InvokeMethod.enqueueCommand(vm, in getInvokeMethodSender()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DInterfaceTypeImpl.java43 final private JDWP.InterfaceType.InvokeMethod rslt;
45 public IResult(JDWP.InterfaceType.InvokeMethod rslt) { in IResult()
114 return new IResult(JDWP.InterfaceType.InvokeMethod.waitForReply(vm, stream)); in waitForReply()
123 JDWP.InterfaceType.InvokeMethod.enqueueCommand(vm, in getInvokeMethodSender()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DInterfaceTypeImpl.java43 final private JDWP.InterfaceType.InvokeMethod rslt;
45 public IResult(JDWP.InterfaceType.InvokeMethod rslt) { in IResult()
114 return new IResult(JDWP.InterfaceType.InvokeMethod.waitForReply(vm, stream)); in waitForReply()
123 JDWP.InterfaceType.InvokeMethod.enqueueCommand(vm, in getInvokeMethodSender()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DInterfaceTypeImpl.java43 final private JDWP.InterfaceType.InvokeMethod rslt;
45 public IResult(JDWP.InterfaceType.InvokeMethod rslt) { in IResult()
114 return new IResult(JDWP.InterfaceType.InvokeMethod.waitForReply(vm, stream)); in waitForReply()
123 JDWP.InterfaceType.InvokeMethod.enqueueCommand(vm, in getInvokeMethodSender()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DInterfaceTypeImpl.java43 final private JDWP.InterfaceType.InvokeMethod rslt;
45 public IResult(JDWP.InterfaceType.InvokeMethod rslt) { in IResult()
114 return new IResult(JDWP.InterfaceType.InvokeMethod.waitForReply(vm, stream)); in waitForReply()
123 JDWP.InterfaceType.InvokeMethod.enqueueCommand(vm, in getInvokeMethodSender()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DInterfaceTypeImpl.java43 final private JDWP.InterfaceType.InvokeMethod rslt;
45 public IResult(JDWP.InterfaceType.InvokeMethod rslt) { in IResult()
114 return new IResult(JDWP.InterfaceType.InvokeMethod.waitForReply(vm, stream)); in waitForReply()
123 JDWP.InterfaceType.InvokeMethod.enqueueCommand(vm, in getInvokeMethodSender()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DInterfaceTypeImpl.java43 final private JDWP.InterfaceType.InvokeMethod rslt;
45 public IResult(JDWP.InterfaceType.InvokeMethod rslt) { in IResult()
114 return new IResult(JDWP.InterfaceType.InvokeMethod.waitForReply(vm, stream)); in waitForReply()
123 JDWP.InterfaceType.InvokeMethod.enqueueCommand(vm, in getInvokeMethodSender()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DInterfaceTypeImpl.java43 final private JDWP.InterfaceType.InvokeMethod rslt;
45 public IResult(JDWP.InterfaceType.InvokeMethod rslt) { in IResult()
114 return new IResult(JDWP.InterfaceType.InvokeMethod.waitForReply(vm, stream)); in waitForReply()
123 JDWP.InterfaceType.InvokeMethod.enqueueCommand(vm, in getInvokeMethodSender()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DInterfaceTypeImpl.java43 final private JDWP.InterfaceType.InvokeMethod rslt;
45 public IResult(JDWP.InterfaceType.InvokeMethod rslt) { in IResult()
114 return new IResult(JDWP.InterfaceType.InvokeMethod.waitForReply(vm, stream)); in waitForReply()
123 JDWP.InterfaceType.InvokeMethod.enqueueCommand(vm, in getInvokeMethodSender()
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/
H A DLateBinding.vb57 …BindingFlags.NonPublic Or BindingFlags.Public Or BindingFlags.Instance Or BindingFlags.InvokeMethod
121 BindingFlags.InvokeMethod Or _
152 BindingFlags.InvokeMethod Or _
177 …BindingFlags.NonPublic Or BindingFlags.Public Or BindingFlags.Instance Or BindingFlags.InvokeMethod
197 …ublic Or BindingFlags.Public Or BindingFlags.Instance Or BindingFlags.InvokeMethod Or BindingFlags…
/dports/lang/mono/mono-5.10.1.57/external/linker/linker/Linker.Steps/
H A DCleanStep.cs74 evt.InvokeMethod = CheckMethod (type, evt.InvokeMethod); in CleanEvents()
84 return evt.AddMethod != null || evt.InvokeMethod != null || evt.RemoveMethod != null; in IsEventUsed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/ipc/
H A Dhost_impl_unittest.cc109 void InvokeMethod(ServiceID service_id, in InvokeMethod() function in perfetto::ipc::__anon71808e1a0111::FakeClient
231 cli_->InvokeMethod(cli_->last_bound_service_id_, 42, RequestProto()); in TEST_F()
242 TEST_F(HostImplTest, InvokeMethod) { in TEST_F() argument
252 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
316 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, rp, true /*drop_reply*/); in TEST_F()
318 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, rp, false /*drop_reply*/); in TEST_F()
333 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
381 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args, false, in TEST_F()
413 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
439 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/ipc/
H A Dhost_impl_unittest.cc109 void InvokeMethod(ServiceID service_id, in InvokeMethod() function in perfetto::ipc::__anon0a5858b50111::FakeClient
231 cli_->InvokeMethod(cli_->last_bound_service_id_, 42, RequestProto()); in TEST_F()
242 TEST_F(HostImplTest, InvokeMethod) { in TEST_F() argument
252 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
316 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, rp, true /*drop_reply*/); in TEST_F()
318 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, rp, false /*drop_reply*/); in TEST_F()
333 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
381 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args, false, in TEST_F()
413 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
439 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()

12345678910>>...20