For a project I'm working on I'd like to be able to get info on the currently running GBPVR instance.
For example, in a plugin I can call this
But when I call it from an external exe/dll it fails.
Being relativly new to .net and C# I think I may be missing the point.
I suppose I could make a plugin which starts a new "InfoFinder" thread which writes info on GBPVR out to file, which the other app could then read in.
Is there another way?
For example, in a plugin I can call this
Code:
PluginHelperFactory.getPluginHelper().GetAudioPlayList(out currentIndex, out trackDuration, out playbackPosition);
Being relativly new to .net and C# I think I may be missing the point.
I suppose I could make a plugin which starts a new "InfoFinder" thread which writes info on GBPVR out to file, which the other app could then read in.
Is there another way?
My Projects
Programs Plugin [SIZE=2](retired) | Volume OSD Plugin (retired) | Documentation Wiki (retired)[/SIZE]
Programs Plugin [SIZE=2](retired) | Volume OSD Plugin (retired) | Documentation Wiki (retired)[/SIZE]