LLDB.Target.GetExecutable C# (CSharp) 메소드

GetExecutable() 공개 메소드

public GetExecutable ( ) : LLDB.FileSpec
리턴 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);
        }