MsieJavaScriptEngine.HostType.HostType C# (CSharp) Méthode

HostType() public méthode

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
Résultat System
        public HostType(Type type, JsEngineMode engineMode)
            : base(type, null, engineMode, false)
        {
        }