LLDB.Target.GetExecutable C# (CSharp) Method

GetExecutable() public method

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