Click or drag to resize

ScriptEngine.AddRestrictedHostObject Method

Overload List
 NameDescription
Public methodAddRestrictedHostObject<T>(String, T) Exposes a host object to script code with the specified type restriction.
Public methodAddRestrictedHostObject<T>(String, HostItemFlags, T) Exposes a host object to script code with the specified type restriction and options.
Top
See Also