IGHARemoteObjectGetTypesWithCategoryAsync Method |
Returns types tagged with the specified category
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax Task<List<string>> GetTypesWithCategoryAsync(
string category
)
Function GetTypesWithCategoryAsync (
category As String
) As Task(Of List(Of String))
Task<List<String^>^>^ GetTypesWithCategoryAsync(
String^ category
)
abstract GetTypesWithCategoryAsync :
category : string -> Task<List<string>>
Parameters
- category
- Type: SystemString
Name of category for which to search
Return Value
Type:
TaskListStringList of .NET type names matching the specifie category
See Also