LLDB.Target.Install C# (CSharp) Method

Install() public method

Install any binaries that need to be installed.

This function does nothing when debugging on the host system.

When connected to remote platforms, the target's main executable

and any modules that have their remote install path set will be

installed on the remote platform. If the main executable doesn't

have an install location set, it will be installed in the remote

platform's working directory.

public Install ( ) : LLDB.Error
return LLDB.Error
        public LLDB.Error Install()
        {
            var __ret = new LLDB.Error.Internal();
            Internal.Install_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment));
            return LLDB.Error.__CreateInstance(__ret);
        }