attachCppRuntime method

bool attachCppRuntime()

Implementation

bool attachCppRuntime()
{
  return _bindings.attach_cpp_runtime(_coreHandle) != null;
}