MethodInfoExtensions.

GetFullName(MethodInfo) Method

Summary

Gets the full name of a method.
Namespace
Cake.Core
Containing Type
MethodInfoExtensions

Syntax

public static string GetFullName(this MethodInfo method)

Parameters

Name Type Description
method MethodInfo The method to get the full name for.

Return Value

Type Description
string The full name.