public static void CreateHandler(Type classType, DTE2 applicationObject, AddIn addInInstance) { if (Application == null) { Application = new DTEHandler(classType, applicationObject, addInInstance); } }
public AppPoolHandle(DTEHandler handler) { this.DTEInstance = handler; this.MachineName = Environment.MachineName; }
public WSPBuilderHandle(DTEHandler handler) { this.DTEInstance = handler; }
public ExternalProgram(DTEHandler dteInstance) { this.DTEInstance = dteInstance; }