internal RenderProcessCall(RemoteCallId callId, bool returnImmediately) : base(callId, returnImmediately)
 {
 }
Exemple #2
0
 internal RemoteCall(RemoteCallId callId, bool returnImmediately)
 {
     this.callId            = callId;
     this.returnImmediately = returnImmediately;
 }
 internal RenderProcessCall(RemoteCallId callId) : base(callId)
 {
 }
 internal CtorWithGCHandleRemoteCall(RemoteCallId callId) : base(callId)
 {
 }
Exemple #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)
 {
 }
Exemple #10
0
 internal BrowserProcessCall(RemoteCallId callId) : base(callId)
 {
 }
Exemple #11
0
 internal RenderProcessCall(RemoteCallId callId, bool returnImmediately)
     : base(callId, returnImmediately)
 {
 }
Exemple #12
0
 internal RenderProcessCall(RemoteCallId callId)
     : base(callId)
 {
 }
Exemple #13
0
 internal RemoteCall(RemoteCallId callId, bool returnImmediately)
 {
     this.callId = callId;
     this.returnImmediately = returnImmediately;
 }
Exemple #14
0
 internal RemoteCall(RemoteCallId callId)
 {
     this.callId = callId;
     this.returnImmediately = false;
 }