IV8FastHostObjectOperations.GetFriendlyName Method |
Gets a human-readable name for the specified object.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxstring GetFriendlyName(
IV8FastHostObject instance
)
Function GetFriendlyName (
instance As IV8FastHostObject
) As String
String^ GetFriendlyName(
IV8FastHostObject^ instance
)
abstract GetFriendlyName :
instance : IV8FastHostObject -> string
Parameters
- instance IV8FastHostObject
- The object for which to get a human-readable name.
Return Value
StringA human-readable name for the specified object.
See Also