Click or drag to resize

Extensions Methods

Methods
  NameDescription
Public methodStatic memberToHostType(Type)
Converts a type to a host type for use with script code currently running on the calling thread.
Public methodStatic memberToHostType(Type, ScriptEngine)
Converts a type to a host type for use with script code running in the specified script engine.
Public methodStatic memberToRestrictedHostObjectT(T)
Converts an object to a host object with the specified type restriction, for use with script code currently running on the calling thread.
Public methodStatic memberToRestrictedHostObjectT(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.
Top
See Also