Click or drag to resize

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
)

Parameters

category
Type: SystemString
Name of category for which to search

Return Value

Type: TaskListString
List of .NET type names matching the specifie category
See Also