Method GetName
GetName(Type)
Get the name of a RunStep type.
Declaration
public static string GetName(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The RunStep type. |
Returns
Type | Description |
---|---|
string | The RunStep's name. |
GetName<T>()
Get the name of a RunStep type.
Declaration
public static string GetName<T>() where T : RunStep
Returns
Type | Description |
---|---|
string | The RunStep's name. |
Type Parameters
Name | Description |
---|---|
T | The RunStep type. |