JsCollectGarbage() private method

private JsCollectGarbage ( IeJsRuntime handle ) : JsErrorCode
handle IeJsRuntime
return JsErrorCode
 /// <summary>
 /// Performs a full garbage collection
 /// </summary>
 public void CollectGarbage()
 {
     IeJsErrorHelpers.ThrowIfError(IeNativeMethods.JsCollectGarbage(this));
 }