ClassDBSingleton.classGetMethodList

Returns an array with all the methods of 'class' or its ancestry if 'no_inheritance' is false. Every element of the array is a Dictionary with the following keys: args, default_args, flags, id, name, return: (class_name, hint, hint_string, name, type, usage).

struct ClassDBSingleton
@nogc nothrow const
Array
classGetMethodList
(
StringArg0
)
(
in StringArg0 _class
,
in bool no_inheritance = false
)

Meta