MethodInfoExtensions Class

Summary

Contains extension methods for System.Reflection.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(MethodInfo) string
Gets the full name of a method.
static
GetNamespace(MethodInfo) string
Gets the namespace of the method.
static
GetSignature(MethodInfo, bool, bool) string
Gets the signature for a method.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin