ExtendedHostFunctionstype Method (Type) |
Namespace: Microsoft.ClearScript
Host types are imported in the form of objects whose properties and methods are bound to the host type's static members and nested types. If type refers to a generic type, the corresponding object will be invocable with type arguments to yield a specific type.
For more information about the mapping between host members and script-callable properties and methods, see AddHostObject.