-
Notifications
You must be signed in to change notification settings - Fork 108
arcadia.introspection
(methods t)
(methods t pattern)
Returns a sequence of MethodInfo
s sorted by name of all the methods in t
.
If a string or regular expression is provided as pattern
it is used to narrow
the results to methods with names that contain or match pattern
.
(properties t)
(properties t pattern)
Returns a sequence of PropertyInfo
s sorted by name of all the properties in t
.
If a string or regular expression is provided as pattern
it is used to narrow
the results to methods with names that contain or match pattern
.
(fields t)
(fields t pattern)
Returns a sequence of FieldInfo
s sorted by name of all the fields in t
.
If a string or regular expression is provided as pattern
it is used to narrow
the results to methods with names that contain or match pattern
.
(constructors t)
Returns an array of all the constructors in t
(members t)
(members t sr)
Returns a sequence of all the methods, properties, and fields in t