LLDB.Symbol.GetStartAddress C# (CSharp) Method

GetStartAddress() public method

public GetStartAddress ( ) : LLDB.Address
return LLDB.Address
        public LLDB.Address GetStartAddress()
        {
            var __ret = new LLDB.Address.Internal();
            Internal.GetStartAddress_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment));
            return LLDB.Address.__CreateInstance(__ret);
        }