LLDB.SymbolContext.GetBlock C# (CSharp) Method

GetBlock() public method

public GetBlock ( ) : LLDB.Block
return LLDB.Block
        public LLDB.Block GetBlock()
        {
            var __ret = new LLDB.Block.Internal();
            Internal.GetBlock_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment));
            return LLDB.Block.__CreateInstance(__ret);
        }