IGHARemoteObjectIsOfExplicitTypeAsync Method |
Determines if the calling object inherits from the specified class
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax Task<bool> IsOfExplicitTypeAsync(
string className
)
Function IsOfExplicitTypeAsync (
className As String
) As Task(Of Boolean)
Task<bool>^ IsOfExplicitTypeAsync(
String^ className
)
abstract IsOfExplicitTypeAsync :
className : string -> Task<bool>
Parameters
- className
- Type: SystemString
.NET class name to test
Return Value
Type:
TaskBooleanTrue if the calling object inherits from the specified class, false if it is not
See Also