public NativeModule(Vm vm) { _vm = vm; _methods = new Dictionary <string, NativeMethodInfo> (); }
Module(Vm vm) { this.Vm = vm; }