Click or drag to resize

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
)

Parameters

className
Type: SystemString
.NET class name to test

Return Value

Type: TaskBoolean
True if the calling object inherits from the specified class, false if it is not
See Also