Click or drag to resize

ScriptEngineAddHostType Method

Overload List
 NameDescription
Public methodAddHostType(Type) Exposes a host type to script code with a default name.
Public methodAddHostType(HostItemFlags, Type) Exposes a host type to script code with a default name and the specified options.
Public methodAddHostType(String, Type) Exposes a host type to script code.
Public methodAddHostType(String, HostItemFlags, Type) Exposes a host type to script code with the specified options.
Public methodAddHostType(String, String, Type) Exposes a host type to script code. The type is specified by name.
Public methodAddHostType(String, HostItemFlags, String, Type) Exposes a host type to script code with the specified options. The type is specified by name.
Public methodAddHostType(String, String, String, Type) Exposes a host type to script code. The type is specified by type name and assembly name.
Public methodAddHostType(String, HostItemFlags, String, String, Type) Exposes a host type to script code with the specified options. The type is specified by type name and assembly name.
Top
See Also