Summary
Contains extension methods for
MethodInfo
.
- Namespace
- Cake
.Core - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["MethodInfoExtensions"]
class Type type-node
Syntax
public static class MethodInfoExtensions
Methods
Name | Value | Summary |
---|---|---|
GetFullName |
string |
Gets the full name of a method.
static
|
GetNamespace |
string |
Gets the namespace of the method.
static
|
GetSignature |
string |
Gets the signature for a method.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|