예제 #1
0
 internal RenderProcessCall(RemoteCallId callId, bool returnImmediately) : base(callId, returnImmediately)
 {
 }
예제 #2
0
 internal RemoteCall(RemoteCallId callId, bool returnImmediately)
 {
     this.callId            = callId;
     this.returnImmediately = returnImmediately;
 }
예제 #3
0
 internal RenderProcessCall(RemoteCallId callId) : base(callId)
 {
 }
예제 #4
0
 internal CtorWithGCHandleRemoteCall(RemoteCallId callId) : base(callId)
 {
 }
예제 #5
0
 internal RemoteCall(RemoteCallId callId)
 {
     this.callId            = callId;
     this.returnImmediately = false;
 }
예제 #6
0
 internal RemoteEventCall(RemoteCallId callId) : base(callId)
 {
 }
예제 #7
0
 internal CtorRemoteCall(RemoteCallId callId) : base(callId)
 {
 }
예제 #8
0
 internal SetCallbackRemoteCall(RemoteCallId callId) : base(callId)
 {
 }
예제 #9
0
 internal GetGcHandleRemoteCall(RemoteCallId callId) : base(callId)
 {
 }
예제 #10
0
 internal BrowserProcessCall(RemoteCallId callId) : base(callId)
 {
 }
예제 #11
0
 internal RenderProcessCall(RemoteCallId callId, bool returnImmediately)
     : base(callId, returnImmediately)
 {
 }
예제 #12
0
 internal RenderProcessCall(RemoteCallId callId)
     : base(callId)
 {
 }
예제 #13
0
 internal RemoteCall(RemoteCallId callId, bool returnImmediately)
 {
     this.callId = callId;
     this.returnImmediately = returnImmediately;
 }
예제 #14
0
 internal RemoteCall(RemoteCallId callId)
 {
     this.callId = callId;
     this.returnImmediately = false;
 }