Updated JScript Enumerator (markdown)

Namhyeon Go 2022-01-25 13:25:57 +09:00
parent 218663e530
commit 261ef1080a

@ -36,4 +36,11 @@ if (!Enumerator.prototype.toArray) {
return a;
};
}
```
```
### References
* https://stackoverflow.com/questions/23513680/why-does-swbemservices-execquery-return-more-properties-than-requested
* https://social.technet.microsoft.com/Forums/systemcenter/en-US/2a0078db-2053-4e21-9262-62ffbc156862/enumerating-fields-returned-with-a-wmi-query?forum=configmgrgeneral
* http://www.java2s.com/Tutorial/JavaScript/0600__MS-JScript/Enumeratoritem.htm
* https://stackoverflow.com/questions/973016/jscript-enumerator-and-list-of-properties
* https://stackoverflow.com/questions/6346766/javascript-enumerator/6346909