ReflectionExtensions Class

Summary

Contains extension methods for types in System.Reflection.
Namespace
Cake.Testing.Extensions
Base Types
  • object
graph BT Type-->Base0["object"] Type["ReflectionExtensions"] class Type type-node

Syntax

public static class ReflectionExtensions

Methods

Name Value Summary
SatisfiesInterfaceDefinition(Type, Type) bool
Indicates whether the specified type implements the specified interface definition. If interfaceTypeDefinition is generic, it must not be a generic type instantiation.
static

Extension Methods

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