LLDB.Debugger.SetCurrentPlatformSDKRoot C# (CSharp) Method

SetCurrentPlatformSDKRoot() public method

public SetCurrentPlatformSDKRoot ( string sysroot ) : bool
sysroot string
return bool
        public bool SetCurrentPlatformSDKRoot(string sysroot)
        {
            var arg0 = Marshal.StringToHGlobalAnsi(sysroot);
            var __ret = Internal.SetCurrentPlatformSDKRoot_0((__Instance + __PointerAdjustment), arg0);
            Marshal.FreeHGlobal(arg0);
            return __ret;
        }