Summary
Contains extension methods for
Type
.
- Namespace
- Cake
.Core - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["TypeExtensions"]
class Type type-node
Syntax
public static class TypeExtensions
Methods
Name | Value | Summary |
---|---|---|
GetFullName |
string |
Gets the full name of a
Type .
static
|
IsStatic |
bool |
Determines whether the specified
Type is static.
static
|
Is |
bool |
Gets whether or not a given
Type is a subclass of an raw/open generic.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|