VMware event hooks in .NET
Posted
by Henry Jackson
on Stack Overflow
See other posts from Stack Overflow
or by Henry Jackson
Published on 2010-06-09T20:36:07Z
Indexed on
2010/06/09
20:42 UTC
Read the original article
Hit count: 218
I'm developing an in-house .NET application that will be run on a VM (with VMware), and want to know if there's a way to get notifications from VM system events (like suspending, resumed, etc.)
Anyone know of a convenient way to do that? The virtual machine has VMware Tools installed, does that provide a .NET API for hooking events?
© Stack Overflow or respective owner