Click or drag to resize

HostFunctionsisTypeObj Method (Object)

Determines whether an object is a host type. This version is invoked if the specified object cannot be used as a type argument.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.3
Syntax
public bool isTypeObj(
	Object value
)

Parameters

value
Type: SystemObject
The object to test.

Return Value

Type: Boolean
True if value is a host type, false otherwise.
Remarks
This function is overloaded with isTypeObjT and selected at runtime if value cannot be used as a type argument. Note that this applies to some host types; examples are static types and overloaded generic type groups.
See Also