LLDB.TypeNameSpecifier.GetType C# (CSharp) Method

GetType() public method

public GetType ( ) : LLDB.Type
return LLDB.Type
        public LLDB.Type GetType()
        {
            var __ret = new LLDB.Type.Internal();
            Internal.GetType_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment));
            return LLDB.Type.__CreateInstance(__ret);
        }