Mono.Debugger.ModuleGroup.ModuleGroup C# (CSharp) Method

ModuleGroup() private method

private ModuleGroup ( string name ) : System
name string
return System
        internal ModuleGroup(string name)
            : this(name, false, false, false)
        {
        }

Same methods

ModuleGroup::ModuleGroup ( string name, bool hide_from_user, bool load_symbols, bool step_into ) : System
ModuleGroup