method_getDescription(_:)
Returns a method description structure for a specified method.
Declaration
func method_getDescription(_ m: Method) -> UnsafeMutablePointer<objc_method_description>Parameters
- m:
The method you want to inquire about.
Return Value
An objc_method_description structure that describes the method specified by m.