Click or drag to resize

IV8FastHostObjectOperations.GetFriendlyName Method

Gets a human-readable name for the specified object.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
string GetFriendlyName(
	IV8FastHostObject instance
)

Parameters

instance  IV8FastHostObject
The object for which to get a human-readable name.

Return Value

String
A human-readable name for the specified object.
See Also