XdsObjects Help file
XdsObjects Namespace / PixQuery Class
Members



In This Topic
    PixQuery Class
    In This Topic
    Class used to handle PIX Queries
    Syntax
    Public MustInherit NotInheritable Class PixQuery 
    Dim instance As PixQuery
    public static class PixQuery 
    public ref class PixQuery abstract sealed 
    Remarks

    This is used internally for auto-PIX queries, but the functionality is also available explicitly.

    it is a static class with only a few methods, as all the associated configuration information (including the details of the PIX Manager) is held within the XdsDomain object, which is passed to the methods.

    Results are cached, in order to reduce the need to multiple queries

    Inheritance Hierarchy

    System.Object
       XdsObjects.PixQuery

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also