Search Results for

    Show / Hide Table of Contents

    Class SearchManagerInfo

    Contains the global settings and version information for Windows Search.

    Inheritance
    object
    SearchManagerInfo
    Implements
    ICloneable
    Namespace: Mawosoft.PowerShell.WindowsSearchManager
    Assembly: Mawosoft.PowerShell.WindowsSearchManager.dll
    Syntax
    public sealed class SearchManagerInfo : ICloneable

    Constructors

    SearchManagerInfo()

    Initializes a new instance of the SearchManagerInfo class.

    Declaration
    public SearchManagerInfo()

    Properties

    MajorVersion

    Declaration
    public uint MajorVersion { get; }
    Property Value
    Type Description
    uint

    The major version number of the indexer.

    MinorVersion

    Declaration
    public uint MinorVersion { get; }
    Property Value
    Type Description
    uint

    The minor version number of the indexer.

    ProxyAccess

    Declaration
    public _PROXY_ACCESS ProxyAccess { get; set; }
    Property Value
    Type Description
    _PROXY_ACCESS

    One of the enumeration values that indicates if and how a proxy server is used.

    ProxyBypassList

    Declaration
    public string? ProxyBypassList { get; set; }
    Property Value
    Type Description
    string

    A comma-separated list of items that are considered local by the indexer and are not to be accessed through a proxy server.

    ProxyBypassLocal

    Declaration
    public bool ProxyBypassLocal { get; set; }
    Property Value
    Type Description
    bool

    true if the proxy should be bypassed for local domains, false otherwise.

    ProxyName

    Declaration
    public string? ProxyName { get; set; }
    Property Value
    Type Description
    string

    The name of the proxy server.

    ProxyPortNumber

    Declaration
    public uint ProxyPortNumber { get; set; }
    Property Value
    Type Description
    uint

    The port number of the proxy server.

    UserAgent

    Declaration
    public string? UserAgent { get; set; }
    Property Value
    Type Description
    string

    The user agent string that a user agent passes to website and services to identify itself.

    Version

    Declaration
    public string? Version { get; }
    Property Value
    Type Description
    string

    The complete version number of the indexer. For Windows 10 and newer, this will typically match the OS version number.

    Methods

    Clone()

    Creates a shallow copy of the SearchManagerInfo instance.

    Declaration
    public object Clone()
    Returns
    Type Description
    object

    A shallow copy of the SearchManagerInfo instance.

    Implements

    ICloneable
    In this article
    Back to top Copyright © 2023 Matthias Wolf, Mawosoft