Summary
Gets the full name of a
Type.
- Namespace
- Cake
.Core - Containing Type
- TypeExtensions
Syntax
public static string GetFullName(this Type type, bool includeNamespace = true)
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | The type. |
| includeNamespace | bool | if set to true then namespace is included. |
Return Value
| Type | Description |
|---|---|
| string | The full name of a type. |
