MsieJavaScriptEngine.HostType.HostType C# (CSharp) Method

HostType() public method

Constructs an instance of the wrapper for type, that implements IReflect interface
public HostType ( Type type, JsEngineMode engineMode ) : System
type System.Type Target type
engineMode JsEngineMode JavaScript engine mode
return System
        public HostType(Type type, JsEngineMode engineMode)
            : base(type, null, engineMode, false)
        {
        }