LLDB.Watchpoint.GetDescription C# (CSharp) Méthode

GetDescription() public méthode

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