this worked to dump the varient class object:
$objWMI = new COM("winmgmts://./root/cimv2");
$event = $objWMI->ExecQuery("Select * from Win32_NTEventlog Where LogFile='Application'");
echo '<pre>';
echo com_print_typeinfo($event);
echo '</pre>';
doesnt really help me get into anything beyond there though