Extensions Methods |
Name | Description | |
---|---|---|
![]() ![]() | ToHostType(Type) |
Converts a type to a host type for use with script code currently running on the
calling thread.
|
![]() ![]() | ToHostType(Type, ScriptEngine) |
Converts a type to a host type for use with script code running in the specified
script engine.
|
![]() ![]() | ToRestrictedHostObjectT(T) |
Converts an object to a host object with the specified type restriction, for use with
script code currently running on the calling thread.
|
![]() ![]() | ToRestrictedHostObjectT(T, ScriptEngine) |
Converts an object to a host object with the specified type restriction, for use with
script code running in the specified script engine.
|