10-19-2016, 08:34 AM
How to deal with arrays?
one property is this
string NetworkAddresses[];
IDispatch col = wmi.ExecQuery("SELECT * FROM Win32_NetworkAdapter WHERE IPEnabled=''TRUE''" ,@,IFlags)
foreach x col
foreach v x.NetworkAddresses
out v.vt
does not work....
one property is this
string NetworkAddresses[];
IDispatch col = wmi.ExecQuery("SELECT * FROM Win32_NetworkAdapter WHERE IPEnabled=''TRUE''" ,@,IFlags)
foreach x col
foreach v x.NetworkAddresses
out v.vt
does not work....
