Method GetCategory
GetCategory(Type)
Get the category name displayed in the searcher menu of a BuildStep type.
Declaration
public static string GetCategory(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The BuildStep type. |
Returns
Type | Description |
---|---|
string | The BuildStep's category name. |
GetCategory<T>()
Get the category name displayed in the searcher menu of a BuildStep type.
Declaration
public static string GetCategory<T>() where T : IBuildStep
Returns
Type | Description |
---|---|
string | The BuildStep's category name. |
Type Parameters
Name | Description |
---|---|
T | The BuildStep type. |