thisXDocument object

M

Mattia Saccotelli

Hi,
I would like to browse functions and members of the thisXDocument object
using the visual studio's object browser or Reflector, but XDocument
it's an interface. Which class is actually instantiated at startup?

public void _Startup(Application app, XDocument doc)
{
thisXDocument = doc;
thisApplication = app;

// You can add additional initialization code here.
}

thanks in advance
 
Top