Esempio n. 1
0
 internal RenderProcessCall(RemoteCallId callId, bool returnImmediately) : base(callId, returnImmediately)
 {
 }
Esempio n. 2
0
 internal RemoteCall(RemoteCallId callId, bool returnImmediately)
 {
     this.callId            = callId;
     this.returnImmediately = returnImmediately;
 }
Esempio n. 3
0
 internal RenderProcessCall(RemoteCallId callId) : base(callId)
 {
 }
 internal CtorWithGCHandleRemoteCall(RemoteCallId callId) : base(callId)
 {
 }
Esempio n. 5
0
 internal RemoteCall(RemoteCallId callId)
 {
     this.callId            = callId;
     this.returnImmediately = false;
 }
 internal RemoteEventCall(RemoteCallId callId) : base(callId)
 {
 }
 internal CtorRemoteCall(RemoteCallId callId) : base(callId)
 {
 }
 internal SetCallbackRemoteCall(RemoteCallId callId) : base(callId)
 {
 }
 internal GetGcHandleRemoteCall(RemoteCallId callId) : base(callId)
 {
 }
Esempio n. 10
0
 internal BrowserProcessCall(RemoteCallId callId) : base(callId)
 {
 }
Esempio n. 11
0
 internal RenderProcessCall(RemoteCallId callId, bool returnImmediately)
     : base(callId, returnImmediately)
 {
 }
Esempio n. 12
0
 internal RenderProcessCall(RemoteCallId callId)
     : base(callId)
 {
 }
Esempio n. 13
0
 internal RemoteCall(RemoteCallId callId, bool returnImmediately)
 {
     this.callId = callId;
     this.returnImmediately = returnImmediately;
 }
Esempio n. 14
0
 internal RemoteCall(RemoteCallId callId)
 {
     this.callId = callId;
     this.returnImmediately = false;
 }