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 |
---|---|---|
Satisfies |
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 |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|