LLDB.Debugger.GetDescription C# (CSharp) Method

GetDescription() public method

public GetDescription ( LLDB description ) : bool
description LLDB
return bool
        public bool GetDescription(LLDB.Stream description)
        {
            if (ReferenceEquals(description, null))
                throw new global::System.ArgumentNullException("description", "Cannot be null because it is a C++ reference (&).");
            var arg0 = description.__Instance;
            var __ret = Internal.GetDescription_0((__Instance + __PointerAdjustment), arg0);
            return __ret;
        }