LLDB.AttachInfo.EffectiveGroupIDIsValid C# (CSharp) Method

EffectiveGroupIDIsValid() public method

public EffectiveGroupIDIsValid ( ) : bool
return bool
        public bool EffectiveGroupIDIsValid()
        {
            var __ret = Internal.EffectiveGroupIDIsValid_0((__Instance + __PointerAdjustment));
            return __ret;
        }