LLDB.Module.GetRemoteInstallFileSpec C# (CSharp) Method

GetRemoteInstallFileSpec() public method

Get accessor for the remote install path for a module.

When debugging to a remote platform by connecting to a remote

platform, the install path of the module can be set. If the

install path is set, every time the process is about to launch

the target will install this module on the remote platform prior

to launching.

public GetRemoteInstallFileSpec ( ) : LLDB.FileSpec
return LLDB.FileSpec
        public LLDB.FileSpec GetRemoteInstallFileSpec()
        {
            var __ret = new LLDB.FileSpec.Internal();
            Internal.GetRemoteInstallFileSpec_0((__Instance + __PointerAdjustment), new IntPtr(&__ret));
            return LLDB.FileSpec.__CreateInstance(__ret);
        }