LLDB.Target.GetBasicType C# (CSharp) Method

GetBasicType() public method

public GetBasicType ( LLDB type ) : LLDB.Type
type LLDB
return LLDB.Type
        public LLDB.Type GetBasicType(LLDB.BasicType type)
        {
            var arg0 = type;
            var __ret = new LLDB.Type.Internal();
            Internal.GetBasicType_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment), arg0);
            return LLDB.Type.__CreateInstance(__ret);
        }